mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 14:06:13 +01:00
...
This commit is contained in:
parent
5b19e550e3
commit
c32eb74658
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ def to_doc(self, index):
|
|||
prepare_string_for_xml(shortcut['name']), _('Shortcuts'), prepare_string_for_xml(keys))
|
||||
else:
|
||||
# Group
|
||||
html = '<h3>%s</h3>'%data.data
|
||||
html = data.data
|
||||
doc = QTextDocument()
|
||||
doc.setHtml(html)
|
||||
return doc
|
||||
|
|
|
|||
Loading…
Reference in a new issue