fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wip change fb2 api
[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
f7ea4a3
..
edfff1f
100644
(file)
--- a/
src/librarian/elements/separators/sekcja_swiatlo.py
+++ b/
src/librarian/elements/separators/sekcja_swiatlo.py
@@
-15,3
+15,7
@@
class SekcjaSwiatlo(WLElement):
def epub_build_inner(self, builder):
builder.push_text("\u00a0")
+
+ def fb2_build(self, builder):
+ for i in range(3):
+ builder.simple_element('empty-line')