From 3f2c1e8b4cbf8d1100f2ecec2c0ce7f5a5806545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 24 Feb 2024 19:16:16 +0100 Subject: [PATCH] _blogs: Fix _blogs_msg_15 --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 735f237..d9a8ce8 100755 --- a/qsgen2 +++ b/qsgen2 @@ -711,7 +711,7 @@ function _blogs() { blog_content="${blog_content//CALMONTH/${sdate[3]}}" blog_content="${blog_content//CALADAY/${sdate[1]}}" - if (${debug}) _msg debug "${0:t}_msg_15" "${engine}" " ${0:t}_msg_15.1 ${blog}" + if (${debug}) _msg debug "${0:t}_msg_15 ${engine} ${0:t}_msg_15.1 ${blog}" blog_content=$( _run_engine "${blog_content}" ) # Look for links, images and videos and convert them if present. if (${debug}) _msg debug "${0:t}_msg_16"