New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / styles / slowo_obce.py
index 3592a1e..5848aa6 100644 (file)
@@ -2,5 +2,5 @@ from ..base import WLElement
 
 
 class SlowoObce(WLElement):
-    HTML_TAG = 'em'
-    HTML_CLASS = 'foreign-word'
+    EPUB_TAG = HTML_TAG = 'em'
+    EPUB_CLASS = HTML_CLASS = 'foreign-word'