From 8fd25fc6a8acfe4212831e0a1a3800bd22fefdd0 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 22 Jan 2007 22:35:46 +0000 Subject: [PATCH] Addresses #502, Special handling for automatic tags Fix broken report generation after automatic tag changes (automatic tags not currently displayed differently in reports) --- chrome/content/zotero/xpcom/report.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/report.js b/chrome/content/zotero/xpcom/report.js index ad914046e..46d4eaf3a 100644 --- a/chrome/content/zotero/xpcom/report.js +++ b/chrome/content/zotero/xpcom/report.js @@ -207,8 +207,8 @@ Zotero.Report = new function() { // TODO: localize content += '

' + escapeXML('Tags') + '

\n'; content += '\n'; }