From b569263f121ba0db041674510dc726d18d081c23 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 9 Sep 2003 00:58:39 +0000 Subject: Debug caching on errors; improve look of generated pages. svn:r68 --- BibTeX.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BibTeX.py') diff --git a/BibTeX.py b/BibTeX.py index b9d36ec..0e5754e 100644 --- a/BibTeX.py +++ b/BibTeX.py @@ -437,7 +437,8 @@ class BibTeXEntry: availability.append('%s' %(url,name)) if availability: - res.append(" (") + res.append([" ", " "][cached]) + res.append("(") if cached: res.append("Cached: ") res.append(", ".join(availability)) res.append(")") -- cgit v1.2.3-70-g09d2