New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / blocks / dlugi_cytat.py
index c660583..22e98dd 100644 (file)
@@ -10,3 +10,6 @@ class DlugiCytat(WLElement):
     TXT_LEGACY_BOTTOM_MARGIN = 0
 
     HTML_TAG = 'blockquote'
+
+    EPUB_TAG = 'div'
+    EPUB_CLASS = 'block'