wip change fb2 api
[librarian.git] / src / librarian / elements / blocks / dedykacja.py
index ae00b72..a8e7406 100644 (file)
@@ -12,3 +12,5 @@ class Dedykacja(WLElement):
 
     EPUB_TAG = HTML_TAG = "div"
     EPUB_CLASS = HTML_CLASS = "dedication"
+
+    FB2_TAG = 'cite'