Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.26.2.1 -r1.26.2.2 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 18 Mar 2004 09:07:44 -0000 1.26.2.1 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 4 Aug 2004 16:13:00 -0000 1.26.2.2 @@ -419,7 +419,7 @@ regsub -all {([^0-9])%>} $chunk {\1} chunk # warn about the first ambiguity in the source if [regexp {[0-9]+%>} $chunk match] { - ns_log warning "ambiguous '$match'; write tcl ecapes with a space like\ + ns_log warning "ambiguous '$match'; write tcl escapes with a space like\ <% set x 50 %> and HTML tags with proper quoting, like
\ when compiling ADP source: template::adp_compile $source_type {$source}" }