X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0604bdd5f693da9f1c78f9d9fa2276f0c7b6c17b..d04e61819290fc8d6d71b1932c55a774014c1f05:/src/librarian/elements/headers/naglowek_podrozdzial.py diff --git a/src/librarian/elements/headers/naglowek_podrozdzial.py b/src/librarian/elements/headers/naglowek_podrozdzial.py index 6d3f85f..1cea01c 100644 --- a/src/librarian/elements/headers/naglowek_podrozdzial.py +++ b/src/librarian/elements/headers/naglowek_podrozdzial.py @@ -6,3 +6,5 @@ class NaglowekPodrozdzial(WLElement): TXT_BOTTOM_MARGIN = 2 TXT_LEGACY_TOP_MARGIN = 3 TXT_LEGACY_BOTTOM_MARGIN = 0 + + HTML_TAG = "h4"