fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor EPUB/MOBI fixes.
[librarian.git]
/
src
/
librarian
/
elements
/
separators
/
sekcja_swiatlo.py
diff --git
a/src/librarian/elements/separators/sekcja_swiatlo.py
b/src/librarian/elements/separators/sekcja_swiatlo.py
index
7d950da
..
28ba6e5
100644
(file)
--- a/
src/librarian/elements/separators/sekcja_swiatlo.py
+++ b/
src/librarian/elements/separators/sekcja_swiatlo.py
@@
-7,3
+7,9
@@
class SekcjaSwiatlo(WLElement):
HTML_TAG = "hr"
HTML_CLASS = "spacer"
+
+ EPUB_TAG = 'p'
+ EPUB_CLASS = 'spacer'
+
+ def _epub_build_inner(self, builder):
+ builder.push_text("\u00a0")