New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / front / motto_podpis.py
index decbff3..8fee127 100644 (file)
@@ -2,4 +2,8 @@ from ..base import WLElement
 
 
 class MottoPodpis(WLElement):
-    pass
+    HTML_TAG = "p"
+    EPUB_CLASS = HTML_CLASS = "motto_podpis"
+
+    EPUB_TAG = "div"
+