Index: openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 21 May 2018 16:40:47 -0000 1.27 +++ openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 3 Nov 2018 19:52:29 -0000 1.28 @@ -336,7 +336,7 @@ regsub -all "\r\n" $formtext "
" formtext_to_display # We replace with because misspelled text in link titles - # would lead to strange browser behaviour where the select boxes with the + # would lead to strange browser behavior where the select boxes with the # proposed changes would itself be a link!!! # It seemed like an okay idea to make the text underlined so it would a) work, # b) still resemble a link ...