X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0604bdd5f693da9f1c78f9d9fa2276f0c7b6c17b..011b98a4661b754a0789ae78e145437b5b86e5fe:/src/librarian/elements/front/base.py?ds=inline diff --git a/src/librarian/elements/front/base.py b/src/librarian/elements/front/base.py index 9e961df..ad16ca3 100644 --- a/src/librarian/elements/front/base.py +++ b/src/librarian/elements/front/base.py @@ -1,7 +1,11 @@ +# 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 class HeaderElement(WLElement): + NUMBERING = 'i' HTML_TAG = 'span' def txt_build(self, builder):