Fix font-optimizer for Perl 5.18.
[librarian.git] / librarian / html.py
index 70fc6e5..c634874 100644 (file)
@@ -208,7 +208,7 @@ def any_ancestor(element, test):
 def add_anchors(root):
     counter = 1
     for element in root.iterdescendants():
-        if any_ancestor(element, lambda e: e.get('class') in ('note', 'motto', 'motto_podpis', 'dedication')
+        if any_ancestor(element, lambda e: e.get('class') in ('note', 'motto', 'motto_podpis', 'dedication', 'frame')
         or e.get('id') == 'nota_red'
         or e.tag == 'blockquote'):
             continue