Adding more debug info

This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 23:50:01 +01:00
parent ec3c4ee252
commit ea812a6934

2
qsgen2
View File

@ -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|<br/>\n|g" \