New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / blocks / nota.py
index a01bf29..0e3f61f 100644 (file)
@@ -4,5 +4,5 @@ from ..base import WLElement
 class Nota(WLElement):
     CAN_HAVE_TEXT = False
 
-    HTML_TAG = "div"
-    HTML_CLASS = "note"
+    EPUB_TAG = HTML_TAG = "div"
+    EPUB_CLASS = HTML_CLASS = "note"