This commit is contained in:
GRiker 2010-09-15 04:55:08 -06:00
parent d731515ad4
commit e0afe753cc

View File

@ -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):