Index: openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 17 Sep 2013 07:19:18 -0000 1.5.2.2 +++ openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 13 Oct 2013 18:16:13 -0000 1.5.2.3 @@ -181,7 +181,7 @@ } t1 add -url [string_truncate_middle -len 80 $url] \ - -url.href [expr {[string match *...* $url] ? "" : "[ad_url]$url" }] \ + -url.href [expr {[string match "*...*" $url] ? "" : "[ad_url]$url" }] \ -totaltime [lindex $l 1] \ -cnt [lindex $l 2] \ -avg $avg \