mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Edit book: Use <s> instead of <strike>
This commit is contained in:
parent
5d1bf9c24a
commit
7fb6e0971d
@ -865,7 +865,7 @@ class TextEdit(PlainTextEdit):
|
||||
'bold': ('<b>', '</b>'),
|
||||
'italic': ('<i>', '</i>'),
|
||||
'underline': ('<u>', '</u>'),
|
||||
'strikethrough': ('<strike>', '</strike>'),
|
||||
'strikethrough': ('<s>', '</s>'),
|
||||
'superscript': ('<sup>', '</sup>'),
|
||||
'subscript': ('<sub>', '</sub>'),
|
||||
'color': ('<span style="color: %s">' % color, '</span>'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user