Index: openacs-4/packages/forums/tcl/messages-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/messages-procs.tcl,v diff -u -r1.59.2.19 -r1.59.2.20 --- openacs-4/packages/forums/tcl/messages-procs.tcl 13 May 2020 14:31:33 -0000 1.59.2.19 +++ openacs-4/packages/forums/tcl/messages-procs.tcl 29 May 2020 10:37:26 -0000 1.59.2.20 @@ -250,15 +250,6 @@ } append html_version "#forums.Posted#: $message(posting_date)
" append html_version "\n
\n" - # - # The resulting HTML messages is sent in total by - # notifications::send through [lang::util::localize...]. In case - # a forums message contains something looking like a localized - # message key, it will be substituted. One rough attempt is to add - # a zero width space after the "#" signs to make the regular - # expression searching for the message keys fail.... - # - regsub -all "#" $message_html "#\\​" message_html append html_version $message_html append html_version "

"