From 6f960f3e91fd0cde9165dc40e4989a0351ffb536 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 23 Jun 2008 16:47:41 +0000 Subject: [PATCH] Fix typo --- chrome/content/zotero/xpcom/cite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index fd813e0402..c442927b2f 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -27,7 +27,7 @@ */ Zotero.Cite = new function() { - default xml namespace = "http://purl.org/net/xbiblio/csl";4 + default xml namespace = "http://purl.org/net/xbiblio/csl"; var _lastCSL = null; var _lastStyle = null;