New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / styles / wieksze_odstepy.py
index 3229402..953e797 100644 (file)
@@ -5,5 +5,5 @@ class WiekszeOdstepy(WLElement):
     TXT_PREFIX = "*"
     TXT_SUFFIX = "*"
 
-    HTML_TAG = "em"
-    HTML_CLASS = "wieksze-odstepy"
+    EPUB_TAG = HTML_TAG = "em"
+    EPUB_CLASS = HTML_CLASS = "wieksze-odstepy"