From 281cae0da635f59e7884cf3a1dd87c953a543320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 15 Feb 2024 07:38:41 +0100 Subject: [PATCH] _pages and _blogs: 2 spaces in message is enough --- qsgen2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index 927f031..d89b8bf 100755 --- a/qsgen2 +++ b/qsgen2 @@ -442,7 +442,7 @@ function _pages() { local pages_tpl="$(<${pages})" fi - _msg std " - ${pages_in_array%.*}.html" + _msg std " - ${pages_in_array%.*}.html" # Read the file once if (${debug}) _msg debug "${0:t}_msg_9" " ${pages_in_array}" local page_content="$(<${pages_in_array})" @@ -662,7 +662,7 @@ function _blogs() { if (${debug}) _msg debug "${0:t}_msg_12" " ${blog}" - _msg std " - ${blog_index}.html" + _msg std " - ${blog_index}.html" # Prepare the blog template if (${debug}) _msg debug "${0:t}_msg_14" " ${blog}"