diff --git a/chrome/content/zotero/longTagFixer.xul b/chrome/content/zotero/longTagFixer.xul index 8d76623ece..87f60655d0 100644 --- a/chrome/content/zotero/longTagFixer.xul +++ b/chrome/content/zotero/longTagFixer.xul @@ -36,7 +36,7 @@ <vbox> <hbox align="center"> <label>Split at the </label> - <textbox id="zotero-old-tag-delimiter" size="1" maxLength="1" value=";" + <textbox id="zotero-old-tag-delimiter" size="1" maxlength="1" value=";" oninput="Zotero_Long_Tag_Fixer.updateTagList()"/> <label>character</label> </hbox>