mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8d702f15bf
commit
c0aace494b
@ -672,6 +672,12 @@ class KindleFireOutput(KindleDXOutput):
|
|||||||
dpi = 169.0
|
dpi = 169.0
|
||||||
comic_screen_size = (570, 1016)
|
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):
|
class IlliadOutput(OutputProfile):
|
||||||
|
|
||||||
name = 'Illiad'
|
name = 'Illiad'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user