Don't force CSS styles in QSTags

This commit is contained in:
Stig-Ørjan Smelror 2024-07-12 08:30:36 +02:00
parent c2da8bab86
commit d9dc9c47e5

2
qsgen2
View File

@ -1323,7 +1323,7 @@ function _qstags() {
"#SPN" "<span>" "#ESPN" "</span>\n"
"#UL" "<ul>" "#EUL" "</ul>\n"
"#OL" "<ol>" "#EOL" "</ol>\n"
"#LI" "<li class=\"libody\">" "#ELI" "</li>\n"
"#LI" "<li>" "#ELI" "</li>\n"
"#UD" "<u>" "#EUD" "</u>\n"
"#TBL" "<table>" "#ETBL" "</table>\n"
"#TR" "<tr>" "#ETR" "</tr>\n"