Index: openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl,v diff -u -N -r1.20 -r1.20.2.1 --- openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 25 Jul 2018 21:46:50 -0000 1.20 +++ openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 16 Nov 2019 16:00:52 -0000 1.20.2.1 @@ -209,7 +209,7 @@ @param text @return text } { - regsub -all {"} $text {\"} text + regsub -all \" $text {\"} text regsub -all {(\n)\s*#\s*} $text {\1 } text regsub {(\A)\s*#\s*} $text {\1 } text return $text