X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/55fbc767e5592cad565cff0d16b9638d01b6706f..23d025c8875cca1404f274aca7170c9db5e980e7:/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 e3ab103..edfff1f 100644 --- a/src/librarian/elements/separators/sekcja_swiatlo.py +++ b/src/librarian/elements/separators/sekcja_swiatlo.py @@ -13,5 +13,9 @@ class SekcjaSwiatlo(WLElement): EPUB_TAG = 'p' EPUB_CLASS = 'spacer' - def _epub_build_inner(self, builder): + 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')