_pages: page_content without curly brackets

This commit is contained in:
Stig-Ørjan Smelror 2024-02-02 07:43:11 +01:00
parent a40036ed06
commit 977daab51e

2
qsgen2
View File

@ -403,7 +403,7 @@ function _pages() {
# HTML'ify the page content # HTML'ify the page content
if (${debug}) _msg debug "_pages: Running engine on ${pages_in_array}" if (${debug}) _msg debug "_pages: Running engine on ${pages_in_array}"
local page_content=$( ${engine} "${page_content}" ) local page_content=$( ${engine} "$page_content" )
# Look for links, images and videos and convert them if present. # Look for links, images and videos and convert them if present.
if (${debug}) _msg debug "_pages: Checking for #link, #showimg and #ytvideo in page_content" if (${debug}) _msg debug "_pages: Checking for #link, #showimg and #ytvideo in page_content"