2.1
[librarian.git] / src / librarian / elements / blocks / nota.py
index c38021d..0e3f61f 100644 (file)
@@ -3,3 +3,6 @@ from ..base import WLElement
 
 class Nota(WLElement):
     CAN_HAVE_TEXT = False
+
+    EPUB_TAG = HTML_TAG = "div"
+    EPUB_CLASS = HTML_CLASS = "note"