Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / separators / sekcja_swiatlo.py
index 1526548..7d950da 100644 (file)
@@ -5,3 +5,5 @@ class SekcjaSwiatlo(WLElement):
     TXT_BOTTOM_MARGIN = 6
     TXT_LEGACY_BOTTOM_MARGIN = 4
 
+    HTML_TAG = "hr"
+    HTML_CLASS = "spacer"