X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d04e61819290fc8d6d71b1932c55a774014c1f05..refs/tags/23.08:/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..805078e 100644 --- a/src/librarian/elements/separators/sekcja_swiatlo.py +++ b/src/librarian/elements/separators/sekcja_swiatlo.py @@ -1,3 +1,6 @@ +# This file is part of Librarian, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# from ..base import WLElement @@ -7,3 +10,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")