From 0e774d2f848e170e6694f74f72b0ed5f03712825 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 12 Aug 2013 13:17:02 +0000 Subject: [PATCH] ./bibtex.html -> ./bibtex --- i2p2www/anonbib/BibTeX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/anonbib/BibTeX.py b/i2p2www/anonbib/BibTeX.py index 110e5ff3..bc42c3f4 100644 --- a/i2p2www/anonbib/BibTeX.py +++ b/i2p2www/anonbib/BibTeX.py @@ -509,7 +509,7 @@ class BibTeXEntry: res[0:0] = [""] res.append(".") - bibtexurl = "./bibtex.html#%s"%url_untranslate(self.key) + bibtexurl = "./bibtex#%s"%url_untranslate(self.key) res.append((" " "(BibTeX entry)" "") %bibtexurl)