Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.50 -r1.284.2.51 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 12 Nov 2019 11:11:31 -0000 1.284.2.50 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 19 Nov 2019 12:15:16 -0000 1.284.2.51 @@ -576,8 +576,7 @@ set text ${:help_text} if {$text ne ""} { html::div -class [:form_help_text_CSSclass] { - html::img -src "/shared/images/info.gif" -alt {[i]} -title {Help text} \ - -width "12" -height 9 -style "margin-right: 5px" {} + html::span -class "info-sign" { } html::t $text } }