2.1
[librarian.git] / src / librarian / elements / themes / motyw.py
index 3b68c8b..25369a7 100644 (file)
@@ -12,9 +12,12 @@ class Motyw(WLElement):
             super(Motyw, self).html_build(builder)
 
     def get_html_attr(self, builder):
-        fid = self.attrib['id'][1:]
+        fid = self.attrib.get('id', '')[1:]
         return {
             "class": "theme-begin",
             "fid": fid,
             "name": "m" + fid,
         }
+
+    def epub_build(self, builder):
+        pass