Index: openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl,v diff -u -N -r1.6.2.2 -r1.6.2.3 --- openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl 11 Oct 2013 10:17:22 -0000 1.6.2.2 +++ openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl 17 Sep 2014 19:34:17 -0000 1.6.2.3 @@ -73,10 +73,10 @@ if {$exclude} continue } set diff [expr {$last_timestamp-$timestamp}] - set url [string_truncate_middle -len 70 $url] + set url_label [string_truncate_middle -len 70 $url] t1 add -time [clock format $timestamp] \ -timediff $diff \ - -url $url \ + -url $url_label \ -url.href "[ad_url]$url" \ -pa $pa }