From e0afe753ccaa45e2e7ca6da602132bf6d25ef0db Mon Sep 17 00:00:00 2001 From: GRiker Date: Wed, 15 Sep 2010 04:55:08 -0600 Subject: [PATCH] GR wip --- src/calibre/customize/profiles.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index b9a159ee7d..97b84f1286 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -555,11 +555,9 @@ class KindleOutput(OutputProfile): periodical_date_in_title = False @classmethod -# def tags_to_string(cls, tags): -# return u'%s
%s' % (', '.join(tags), -# 'ttt '.join(tags)+'ttt ') def tags_to_string(cls, tags): - return u'%s' % (', '.join(tags)) + return u'%s
%s' % (', '.join(tags), + 'ttt '.join(tags)+'ttt ') class KindleDXOutput(OutputProfile):