Revert tag change. The ttt is used for searching.

This commit is contained in:
John Schember 2009-07-03 08:02:52 -04:00
parent 4594402dfc
commit 8e1f51d8cb

View File

@ -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,