Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 27 Apr 2015 15:28:22 -0000 1.4 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 8 Jun 2015 15:51:07 -0000 1.5 @@ -184,7 +184,7 @@ # if {!$containerDisabled} { ::html::a -href "#" \ -id "repeat-del-link-[$c set id]" \ - -class "repeat-del-link [my set CSSclass]" \ + -class "repeat-del-link" \ -onclick "return xowiki.repeat.delItem(this,\"$clientData\")" { html::t [my repeat_remove_label] } @@ -197,7 +197,7 @@ html::a -href "#" \ -id "repeat-add-link-[my id]" \ -style "$hidden" \ - -class "repeat-add-link [my set CSSclass]" \ + -class "repeat-add-link" \ -onclick "return xowiki.repeat.addItem(this,\"$clientData\");" { html::t [my repeat_add_label] }