From a2e406097761237a72ea0e6684a71724eaacc3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 24 Feb 2024 19:21:08 +0100 Subject: [PATCH] _blogs: Fix _blogs_msg_15 again --- include/qsgen2/lang/en_US | 2 +- qsgen2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qsgen2/lang/en_US b/include/qsgen2/lang/en_US index a2008d0..61f7b3c 100644 --- a/include/qsgen2/lang/en_US +++ b/include/qsgen2/lang/en_US @@ -72,7 +72,7 @@ _blogs_msg_11.1 "to array to export" _blogs_msg_12 "_blogs: Processing" _blogs_msg_14 "_blogs: Processing substitutes in" _blogs_msg_15 "_blogs: Running function" -_blogs_msg_15.1 "for" +_blogs_msg_15_1 "for" _blogs_msg_16 "_blogs: Checking for #link, #showimg and #ytvideo in blog_content" _blogs_msg_17 "_blogs: #link is present, run _link: blog_content" _blogs_msg_18 "_blogs: #showimg is present, run _link: blog_content" diff --git a/qsgen2 b/qsgen2 index c941f35..b025814 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"