From 8e1f51d8cb907bff4da1215cc505e3524e30795c Mon Sep 17 00:00:00 2001 From: John Schember Date: Fri, 3 Jul 2009 08:02:52 -0400 Subject: [PATCH] Revert tag change. The ttt is used for searching. --- src/calibre/customize/profiles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index f641984124..4d8b8a0113 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -233,7 +233,7 @@ class KindleOutput(OutputProfile): @classmethod def tags_to_string(cls, tags): - return ', '.join(tags) + return 'ttt '.join(tags)+'ttt ' class KindleDXOutput(OutputProfile): @@ -248,7 +248,7 @@ class KindleDXOutput(OutputProfile): @classmethod def tags_to_string(cls, tags): - return ', '.join(tags) + return 'ttt '.join(tags)+'ttt ' output_profiles = [OutputProfile, SonyReaderOutput, MSReaderOutput,