Index: openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl 27 Apr 2015 15:28:21 -0000 1.2 +++ openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl 10 Sep 2015 08:10:46 -0000 1.2.2.1 @@ -59,3 +59,9 @@ template::head::add_css -href //maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css -media all template::head::add_css -href //maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css -media all #ns_return 200 text/plain "$long_calls_file [file exists $long_calls_file] l=$lines o=$offsets / $o / [llength $offsets]\n$c1\n$rows" + +# Local variables: +# mode: tcl +# tcl-indent-level: 2 +# indent-tabs-mode: nil +# End: