wip change fb2 api
[librarian.git] / src / librarian / elements / figures / tabela.py
index 5ab04e0..5422b61 100644 (file)
@@ -11,7 +11,7 @@ class Tabela(WLElement):
     TXT_TOP_MARGIN = 3
     TXT_BOTTOM_MARGIN = 3
 
     TXT_TOP_MARGIN = 3
     TXT_BOTTOM_MARGIN = 3
 
-    EPUB_TAG = HTML_TAG = 'table'
+    EPUB_TAG = HTML_TAG = FB2_TAG = 'table'
 
     def get_html_attr(self, builder):
         if self.attrib.get('ramka', '') == '1':
 
     def get_html_attr(self, builder):
         if self.attrib.get('ramka', '') == '1':