From 4543f9ad784cf6c135a8d2d21c434853276e5d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 29 Jan 2024 23:36:20 +0100 Subject: [PATCH] Typo --- qsgen2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index 8b62e73..2916d1a 100755 --- a/qsgen2 +++ b/qsgen2 @@ -344,8 +344,8 @@ function _pages() { # Always use lowercase for file names pages_title_lower=$( _file_to_lower "${pages_in_array}" ) # Write pages_tpl to disk - echo "Writing ${www_root}/${page_title_lower%.*}.html to disk." - echo "${pages_tpl}" > ${www_root}/${page_title_lower%.*}.html + echo "Writing ${www_root}/${pages_title_lower%.*}.html to disk." + echo "${pages_tpl}" > ${www_root}/${pages_title_lower%.*}.html # Look for links, images and videos and convert them if present. if (${debug}) echo "_pages: Checking for #link, #showimg and #ytvideo in page_content"