Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -N -r1.41 -r1.42 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 29 Jul 2013 07:45:26 -0000 1.41 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 18 Sep 2013 09:07:23 -0000 1.42 @@ -266,7 +266,7 @@ Throttle instproc add_url_stat {url time_used key pa content_type} { catch {my unset running_url($key,$url)} #my log "### unset running_url($key,$url) $errmsg" - if {[string match text/html* $content_type]} { + if {[string match "text/html*" $content_type]} { [Users current_object] add_view $key } response_time_minutes add_url_stat $url $time_used $key