mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-19 22:14:08 +01:00
GR wip
This commit is contained in:
parent
d731515ad4
commit
e0afe753cc
1 changed files with 2 additions and 4 deletions
|
|
@ -555,11 +555,9 @@ class KindleOutput(OutputProfile):
|
|||
periodical_date_in_title = False
|
||||
|
||||
@classmethod
|
||||
# def tags_to_string(cls, tags):
|
||||
# return u'%s <br/><span style="color: white">%s</span>' % (', '.join(tags),
|
||||
# 'ttt '.join(tags)+'ttt ')
|
||||
def tags_to_string(cls, tags):
|
||||
return u'%s' % (', '.join(tags))
|
||||
return u'%s <br/><span style="color:white">%s</span>' % (', '.join(tags),
|
||||
'ttt '.join(tags)+'ttt ')
|
||||
|
||||
class KindleDXOutput(OutputProfile):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue