Add DAISY HTML builder.
[librarian.git] / src / librarian / elements / themes / motyw.py
index 6ec6c53..3b68c8b 100644 (file)
@@ -7,6 +7,10 @@ class Motyw(WLElement):
     def txt_build(self, builder):
         pass
 
+    def html_build(self, builder):
+        if builder.with_themes:
+            super(Motyw, self).html_build(builder)
+
     def get_html_attr(self, builder):
         fid = self.attrib['id'][1:]
         return {