_zhtml: Add formatting to the li tag

This commit is contained in:
Stig-Ørjan Smelror 2024-02-05 19:18:57 +01:00
parent 7a754b46d6
commit 13ede0db53

2
qsgen2
View File

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