Simplify CSS in HTML format

This commit is contained in:
Veronica Berglyd Olsen
2024-10-23 01:27:36 +02:00
parent 52e85835df
commit 16023676ea
4 changed files with 65 additions and 100 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ def testFmtToHtml_ConvertDirect(mockGUI):
(BlockTyp.SKIP, 1, "", [], BlockFmt.NONE),
]
html.doConvert()
assert html.result == "<p class='skip'>&nbsp;</p>\n"
assert html.result == "<p>&nbsp;</p>\n"
# Alignment
# =========