diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py
index a8d7eb2e0d..2b5eb5011e 100644
--- a/src/calibre/customize/profiles.py
+++ b/src/calibre/customize/profiles.py
@@ -561,7 +561,7 @@ class KindleOutput(OutputProfile):
@classmethod
def tags_to_string(cls, tags):
- return u'%s
%s' % (', '.join(tags),
+ return u'%s
%s' % (', '.join(tags),
'ttt '.join(tags)+'ttt ')
class KindleDXOutput(OutputProfile):