From e305dff5982ee25d3a8393b31e4fffb1034a8cb3 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 29 May 2009 21:38:31 +0000 Subject: [PATCH] Allow possibly useless multi-character delimiters, so that ahoward stops bothering me --- chrome/content/zotero/longTagFixer.js | 1 + chrome/content/zotero/longTagFixer.xul | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/longTagFixer.js b/chrome/content/zotero/longTagFixer.js index d456d6346..8e9bc3d86 100644 --- a/chrome/content/zotero/longTagFixer.js +++ b/chrome/content/zotero/longTagFixer.js @@ -4,6 +4,7 @@ var Zotero_Long_Tag_Fixer = new function () { this.init = function () { document.getElementById('zotero-old-tag').value = _oldTag; + document.getElementById('zotero-old-tag-delimiter').nextSibling.value = 'character'; // TODO: localize var lastMode = Zotero.Prefs.get('lastLongTagMode'); if (!lastMode) { diff --git a/chrome/content/zotero/longTagFixer.xul b/chrome/content/zotero/longTagFixer.xul index 87f60655d..768a9c3b2 100644 --- a/chrome/content/zotero/longTagFixer.xul +++ b/chrome/content/zotero/longTagFixer.xul @@ -36,9 +36,10 @@ - - + + +