no need for a semi-colon delimiter for tags
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 9 Feb 2009 00:43:04 +0000 (19:43 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 9 Feb 2009 00:43:04 +0000 (19:43 -0500)
kronolith/lib/Imple/TagAutoCompleter.php

index 173cf65..e55b0ac 100644 (file)
@@ -46,7 +46,7 @@ class Kronolith_Imple_TagAutoCompleter extends Kronolith_Imple
         );
 
         $js_params = array(
-            'tokens: [",", ";"]',
+            'tokens: [","]',
             'indicator: "' . $this->_params['triggerId'] . '_loading_img"',
             'afterUpdateElement: function(f, t) { if (!f.value.endsWith(";")) { f.value += ","; } f.value += " "; }'
         );