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.34 -r1.35 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 5 Jan 2005 18:10:00 -0000 1.34 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 13 Jan 2005 13:56:01 -0000 1.35 @@ -481,7 +481,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}" } @@ -530,7 +530,7 @@ @author Peter Marklund (peter@collaboraid.biz) @creation-date 25 October 2002 } { - return {(^|[^\\])@([a-zA-Z0-9_:]+)\.([a-zA-Z0-9_:]+)@} + return {(^|[^\\])@([a-zA-Z0-9_:]+)\.([a-zA-Z0-9_:\.]+)@} } ad_proc -public template::adp_array_variable_regexp_noquote {} {