Index: openacs-4/packages/xotcl-request-monitor/www/last100.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last100.tcl,v diff -u -r1.7.2.2 -r1.7.2.3 --- openacs-4/packages/xotcl-request-monitor/www/last100.tcl 26 Apr 2016 07:25:29 -0000 1.7.2.2 +++ openacs-4/packages/xotcl-request-monitor/www/last100.tcl 30 Nov 2016 08:16:17 -0000 1.7.2.3 @@ -12,7 +12,7 @@ } set title "Last 100 Requests" -set context [list "Last 100 Requests"] +set context [list $title] set stat [list] foreach {key value} [throttle last100] {lappend stat $value}