Basic biblical tools.
[librarian.git] / src / librarian / elements / front / motto_podpis.py
index 3441263..fd0d101 100644 (file)
@@ -5,9 +5,12 @@ from ..base import WLElement
 
 
 class MottoPodpis(WLElement):
-    SHOULD_HAVE_ID = True
+    NUMBERING = 'i'
+
     HTML_TAG = "p"
-    EPUB_CLASS = HTML_CLASS = "motto_podpis"
+    HTML_CLASS = "wl motto_podpis"
 
     EPUB_TAG = "div"
-    
+    EPUB_CLASS = "motto_podpis"
+
+    FB2_TAG = 'p'