From ea812a693407ba5d62b9f34e7733fed1c494bb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 29 Jan 2024 23:50:01 +0100 Subject: [PATCH] Adding more debug info --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 0a4b047..23fd6ef 100755 --- a/qsgen2 +++ b/qsgen2 @@ -656,7 +656,7 @@ function _html() { # This converts the formatting tags into their HTML equivalents local debug=true - if (${debug}) echo "${red}_html: Generating HTML for ${1}${end}" + if (${debug}) echo "${red}_html: Generating HTML${end}" echo ${1} | sed \ -e "s|\#BR|
\n|g" \