aboutsummaryrefslogtreecommitdiffstats
path: root/writeHTML.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-05-20 18:52:06 +0000
committerNick Mathewson <nickm@torproject.org>2003-05-20 18:52:06 +0000
commit409aac6f781e22b875e018e642b1b2c9a5a1bf31 (patch)
tree3720df96a36aa1b6ce172bf04352d7c7b329954a /writeHTML.py
parent13eb0356e6a0d2246c22a54a66ccd8aee2eb6b4b (diff)
downloadanonbib-409aac6f781e22b875e018e642b1b2c9a5a1bf31.tar.gz
Display lastname,firstname
svn:r14
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()