www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6f960f3e91fd0cde9165dc40e4989a0351ffb536
parent 0c2c8000e39522bcdc447452a75195ca19a709bc
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 23 Jun 2008 16:47:41 +0000

Fix typo


Diffstat:
Mchrome/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 @@ -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;