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.12.2.1 -r1.12.2.2 --- openacs-4/packages/xotcl-request-monitor/www/last100.tcl 4 Jul 2019 18:14:43 -0000 1.12.2.1 +++ openacs-4/packages/xotcl-request-monitor/www/last100.tcl 25 Jan 2020 14:17:59 -0000 1.12.2.2 @@ -1,7 +1,7 @@ ad_page_contract { Displays last 100 requests in the system - @author Gustaf Neumann + @author Gustaf Neumann @cvs-id $Id$ } -query { @@ -21,9 +21,9 @@ Class create CustomField -volatile \ -instproc render-data {row} { html::div -style { - border: 1px solid #a1a5a9; padding: 0px 5px 0px 5px; background: #e2e2e2} { - html::t [$row set ${:name}] - } + border: 1px solid #a1a5a9; padding: 0px 5px 0px 5px; background: #e2e2e2} { + html::t [$row set ${:name}] + } } TableWidget create t1 -volatile \