From 977daab51e7dfcf21ea3b671eeb5e01910bed0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 2 Feb 2024 07:43:11 +0100 Subject: [PATCH] _pages: page_content without curly brackets --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 578d5e5..cc6ba24 100755 --- a/qsgen2 +++ b/qsgen2 @@ -403,7 +403,7 @@ function _pages() { # HTML'ify the page content 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. if (${debug}) _msg debug "_pages: Checking for #link, #showimg and #ytvideo in page_content"