commit 698aa2f06a46df72658bae23669c2f5e959c5377
parent 4555da4f2a72f84fe03435203c3f6a10768e742d
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 28 May 2003 20:24:45 +0000
Deal with unnumbered tech reports
svn:r50
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BibTeX.py b/BibTeX.py
@@ -283,7 +283,7 @@ class BibTeXEntry:
elif self.type == 'article':
fields = 'journal', 'year'
elif self.type == 'techreport':
- fields = 'institution'
+ fields = 'institution',
elif self.type == 'misc':
fields = 'howpublished',
elif self.type in ('mastersthesis', 'phdthesis'):