mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Revert tag change. The ttt is used for searching.
This commit is contained in:
parent
4594402dfc
commit
8e1f51d8cb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user