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.2 -r1.3 --- openacs-4/packages/xotcl-request-monitor/www/last100.tcl 30 Dec 2005 00:07:23 -0000 1.2 +++ openacs-4/packages/xotcl-request-monitor/www/last100.tcl 17 Aug 2006 01:32:27 -0000 1.3 @@ -3,7 +3,7 @@ @author Gustaf Neumann - @cvs-id $id + @cvs-id $Id$ } -query { {orderby:optional "time,desc"} } -properties { @@ -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 [my name]] } }