assigning ids
[librarian.git] / src / librarian / elements / drama / naglowek_listy.py
index 1f164a4..2f3eec4 100644 (file)
@@ -2,6 +2,8 @@ from ..base import WLElement
 
 
 class NaglowekListy(WLElement):
+    SHOULD_HAVE_ID = True
+
     HTML_TAG = "h3"
 
     EPUB_TAG = "div"