Index: openacs-4/packages/acs-developer-support/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/www/index.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/acs-developer-support/www/index.tcl 27 Oct 2014 16:39:34 -0000 1.21 +++ openacs-4/packages/acs-developer-support/www/index.tcl 15 Jun 2015 20:27:13 -0000 1.22 @@ -31,7 +31,7 @@
  • Developer support information is currently restricted to the following IP addresses: -

    Available Request Information

    @@ -97,15 +98,15 @@ if { [llength $requests] == 0 } { append body "There is no request information available." } else { - append body " - - + append body [subst { +
    + -" + }] set colors {white #EEEEEE} set counter 0 @@ -167,23 +168,27 @@ set query "" } if {[ns_cache get ds_page_bits $id:error dummy]} { - set elink " Errors" + set elink [subst { Errors}] } else { set elink {} } - append body " - + append body [subst { + - + -" + }] incr counter } } if { $show_more > 0 } { - append body "\n" + append body [subst { + + + }] } append body "
    Time Duration IP Request
     $start   $duration   $peeraddr [ns_quotehtml "$method $url$query"]$elink[ns_quotehtml "$method $url$query"]$elink
    show $show_more more requests
    + show $show_more more requests
    \n"