New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / figures / kol.py
index e0dae02..c94f20d 100644 (file)
@@ -2,4 +2,4 @@ from ..base import WLElement
 
 
 class Kol(WLElement):
-    HTML_TAG = 'td'
+    EPUB_TAG = HTML_TAG = 'td'