From 63142187d69d1cb275f453f60b922f67b735fe54 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Mon, 12 Aug 2013 04:18:27 +0000
Subject: [PATCH] Fixed BibTeX page links

---
 i2p2www/pages/papers/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i2p2www/pages/papers/list.html b/i2p2www/pages/papers/list.html
index 9ef6a770a..79a2b7107 100644
--- a/i2p2www/pages/papers/list.html
+++ b/i2p2www/pages/papers/list.html
@@ -81,7 +81,7 @@
 </table><!-- End of table 1 -->
 
 <p class="contact">{% trans email="press&#64;i2<!-- -->p2.de"|safe,
-bibtex = '',
+bibtex = get_url('papers_bibtex', tag=bib.tag) if bib.tag else get_url('papers_bibtex'),
 citeseer = 'http://citeseer.ist.psu.edu/online-nature01/' -%}
 Please send new or corrected entries to
 <a name="contact"><span class="email">{{ email }}</span></a>.<br />
-- 
GitLab