line numbering fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 23 Nov 2010 14:48:25 +0000 (15:48 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 23 Nov 2010 14:48:25 +0000 (15:48 +0100)
librarian/html.py

index 3912fbc..c942fe7 100644 (file)
@@ -204,6 +204,7 @@ 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')
+        or e.get('id') == 'nota_red'
         or e.tag == 'blockquote'):
             continue