Index: openacs-4/packages/xotcl-request-monitor/www/last101.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last101.tcl,v diff -u -r1.3.2.3 -r1.3.2.4 --- openacs-4/packages/xotcl-request-monitor/www/last101.tcl 26 Jan 2017 11:48:29 -0000 1.3.2.3 +++ openacs-4/packages/xotcl-request-monitor/www/last101.tcl 29 Jan 2017 18:15:15 -0000 1.3.2.4 @@ -20,7 +20,7 @@ -instproc render-data {row} { html::div -style { border: 1px solid #a1a5a9; padding: 0px 5px 0px 5px; background: #e2e2e2} { - html::t [$row set [my name]] + html::t [$row set [:name]] } } @@ -101,7 +101,7 @@ html::t -disableOutputEscaping "»\n" html::a -href "/request-monitor" {html::t "XOTcl Request Monitor"} html::t -disableOutputEscaping "»\n" - html::t [my set context] + html::t ${:context} html::div -style "clear:both;" } html::div -id status { @@ -122,7 +122,7 @@ } } ;# end of site header html::div -id "youarehere" { - html::t [my set title] + html::t ${:title} } html::br html::div -id "portal-navigation" {