mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make the execrable epubcheck happy
This commit is contained in:
parent
b292148d86
commit
0f75c185b7
@ -865,7 +865,7 @@ class TextEdit(PlainTextEdit):
|
|||||||
'bold': ('<b>', '</b>'),
|
'bold': ('<b>', '</b>'),
|
||||||
'italic': ('<i>', '</i>'),
|
'italic': ('<i>', '</i>'),
|
||||||
'underline': ('<u>', '</u>'),
|
'underline': ('<u>', '</u>'),
|
||||||
'strikethrough': ('<s>', '</s>'),
|
'strikethrough': ('<span style="text-decoration: line-through">', '</span>'),
|
||||||
'superscript': ('<sup>', '</sup>'),
|
'superscript': ('<sup>', '</sup>'),
|
||||||
'subscript': ('<sub>', '</sub>'),
|
'subscript': ('<sub>', '</sub>'),
|
||||||
'color': ('<span style="color: %s">' % color, '</span>'),
|
'color': ('<span style="color: %s">' % color, '</span>'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user