_blogs: Fix _blogs_msg_15 again

This commit is contained in:
Stig-Ørjan Smelror 2024-02-24 19:18:21 +01:00
parent 3f2c1e8b4c
commit 30f99ff6d6

2
qsgen2
View File

@ -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"