_blogs: Fix _blogs_msg_15 again

This commit is contained in:
Stig-Ørjan Smelror 2024-02-24 19:21:08 +01:00
parent 30f99ff6d6
commit a2e4060977
2 changed files with 2 additions and 2 deletions

View File

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

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"