Index: temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
===================================================================
--- temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl	(revision 11039)
+++ temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl	(revision 11040)
@@ -11,5 +11,5 @@
     	str = change_tag.item(i).id;
     	if (str.match('cart_tag_*')) {
-    		if(i > 0) ids += '-';
+    		if (!str.match('-')) ids += '-';
 			ids += change_tag.item(i).id;
 		}
