_html: Let's try Perl again

This commit is contained in:
Stig-Ørjan Smelror 2024-02-01 16:05:23 +01:00
parent 1334c1f20b
commit 797f082bb7

2
qsgen2
View File

@ -809,7 +809,7 @@ _html() {
BEGIN {
@tags = (
"#BR", "<br/>\n",
"#BD", "<b>", "#EBD", "</b>\n",
"#BD", "<b>", "#EBD", "</b>",
"#I", "<i>", "#EI", "</i>\n",
"#P", "<p>", "#EP", "</p>\n",
"#Q", "<blockquote>", "#EQ", "</blockquote>\n",