mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 02:32:33 -04:00
GR wip
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user