Move HTML from the old transform sheet.
[librarian.git] / src / librarian / elements / drama / naglowek_listy.py
index 646833c..0918ba8 100644 (file)
@@ -5,9 +5,10 @@ from ..base import WLElement
 
 
 class NaglowekListy(WLElement):
-    SHOULD_HAVE_ID = True
+    NUMBERING = 'i'
 
     HTML_TAG = "h3"
+    HTML_CLASS = "wl"
 
     EPUB_TAG = "div"
     EPUB_CLASS = "h3"