mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
GR wip
This commit is contained in:
parent
d731515ad4
commit
e0afe753cc
@ -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…
x
Reference in New Issue
Block a user