_html: Don't escape special characters
This commit is contained in:
1
qsgen2
1
qsgen2
@ -842,7 +842,6 @@ function _html() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
while (my ($key, $value) = each %qstags) {
|
while (my ($key, $value) = each %qstags) {
|
||||||
$key = quotemeta($key); # Escape special characters in QStags
|
|
||||||
s/(?<!\S)\Q$key\E\b/$value/g;
|
s/(?<!\S)\Q$key\E\b/$value/g;
|
||||||
}
|
}
|
||||||
');
|
');
|
||||||
|
Reference in New Issue
Block a user