wip change fb2 api
[librarian.git] / src / librarian / elements / front / motto.py
index ac9f209..569a728 100644 (file)
@@ -12,3 +12,5 @@ class Motto(WLElement):
 
     EPUB_TAG = HTML_TAG = "div"
     EPUB_CLASS = HTML_CLASS = "motto"
+
+    FB2_TAG = 'cite'