Index: openacs-4/packages/acs-developer-support/www/request-info.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/www/request-info.tcl,v diff -u -N -r1.18.2.1 -r1.18.2.2 --- openacs-4/packages/acs-developer-support/www/request-info.tcl 30 Sep 2013 11:09:27 -0000 1.18.2.1 +++ openacs-4/packages/acs-developer-support/www/request-info.tcl 26 Oct 2013 09:35:01 -0000 1.18.2.2 @@ -330,7 +330,7 @@ } if { $page_fragment_cache_p } { - if { [string match *.adp $tag]} { + if { [string match "*.adp" $tag]} { append file_links " o" if {[ns_cache get ds_page_bits "$request:$tag" dummy]} { set size [string length $dummy]