X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0ad20be3eadf8dbba51d95c9ca3bfc97825d44c6..7231c2b5e9364aefd27a0bc8a1033de90bb3d878:/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 ee338eb..a7328f5 100644 --- a/src/librarian/elements/headers/naglowek_podrozdzial.py +++ b/src/librarian/elements/headers/naglowek_podrozdzial.py @@ -3,6 +3,7 @@ from ..base import WLElement class NaglowekPodrozdzial(WLElement): SECTION_PRECEDENCE = 3 + SHOULD_HAVE_ID = True TXT_TOP_MARGIN = 3 TXT_BOTTOM_MARGIN = 2