Move HTML from the old transform sheet.
[librarian.git] / src / librarian / elements / figures / tabela.py
index 737166f..783fcb6 100644 (file)
@@ -5,7 +5,7 @@ from ..base import WLElement
 
 
 class Tabela(WLElement):
-    SHOULD_HAVE_ID = True
+    NUMBERING = 'i'
 
     EPUB_TAG = HTML_TAG = 'table'