wip change fb2 api
[librarian.git] / src / librarian / elements / blocks / nota.py
index dbba883..6bc0ff3 100644 (file)
@@ -10,4 +10,6 @@ class Nota(WLElement):
     EPUB_TAG = HTML_TAG = "div"
     EPUB_CLASS = HTML_CLASS = "note"
 
+    FB2_TAG = 'cite'
+
     SUPPRESS_NUMBERING = {'main': 'i'}