From 0814687f21e57b0e3e88208b60eaf1bf796050e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 30 Jan 2024 09:41:07 +0100 Subject: [PATCH] Typo --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 6901215..76efea9 100755 --- a/qsgen2 +++ b/qsgen2 @@ -335,7 +335,7 @@ function _pages() { # HTML'ify the page content if (${debug}) echo "_pages: Running engine on ${pages_in_array}" - pages_content=$( ${engine} ${page_content} ) + page_content=$( ${engine} ${page_content} ) # Look for links, images and videos and convert them if present. if (${debug}) echo "_pages: Checking for #link, #showimg and #ytvideo in page_content"