aboutsummaryrefslogtreecommitdiffstats
path: root/writeHTML.py
diff options
context:
space:
mode:
Diffstat (limited to 'writeHTML.py')
-rw-r--r--writeHTML.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/writeHTML.py b/writeHTML.py
index 53babe9..b39348e 100644
--- a/writeHTML.py
+++ b/writeHTML.py
@@ -139,7 +139,6 @@ for ent in entries:
("<tr><td class='bibtex'><a name='%s'>%s</a>"
"<pre class='bibtex'>%s</pre></td></tr>")
%(BibTeX.url_untranslate(ent.key), ent.key, ent.format(90,8,1)))
- ##print >>f, "<p><pre>%s</pre></p>" % ent.format(80,1)
print >>f, footer
f.close()