]> git.notmuchmail.org Git - notmuch/blobdiff - devel/nmbug/nmbug-status
nmbug-status: Anchor with h3 ids instead of a names
[notmuch] / devel / nmbug / nmbug-status
index 873a46a890d6250d522ef88eeff9e021e81c81dc..40e68962d111ee0ce35a5813daa544f7857e8d9b 100755 (executable)
@@ -177,7 +177,7 @@ class HtmlPage (Page):
         stream.write('</ul>\n')
 
     def _write_view_header(self, view, stream):
-        stream.write('<h3><a name="{title}" />{title}</h3>\n'.format(**view))
+        stream.write('<h3 id="{title}">{title}</h3>\n'.format(**view))
         if 'comment' in view:
             stream.write(view['comment'])
             stream.write('\n')