mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:35:17 +02:00
...
This commit is contained in:
parent
8d702f15bf
commit
c0aace494b
1 changed files with 6 additions and 0 deletions
|
|
@ -672,6 +672,12 @@ class KindleFireOutput(KindleDXOutput):
|
|||
dpi = 169.0
|
||||
comic_screen_size = (570, 1016)
|
||||
|
||||
@classmethod
|
||||
def tags_to_string(cls, tags):
|
||||
# The idiotic fire doesn't obey the color:white directive
|
||||
from xml.sax.saxutils import escape
|
||||
return escape(', '.join(tags))
|
||||
|
||||
class IlliadOutput(OutputProfile):
|
||||
|
||||
name = 'Illiad'
|
||||
|
|
|
|||
Loading…
Reference in a new issue