New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / figures / wiersz.py
index bc61f9d..2c7d91a 100644 (file)
@@ -2,4 +2,4 @@ from ..base import WLElement
 
 
 class Wiersz(WLElement):
-    HTML_TAG = 'tr'
+    EPUB_TAG = HTML_TAG = 'tr'