one more html_entity change caught

This commit is contained in:
Oliver Gorwits
2014-02-22 19:16:53 +00:00
parent 26c3cc8fb7
commit 27f0120033

View File

@@ -4,7 +4,7 @@
// keep track of timers so we can kill them // keep track of timers so we can kill them
var nd_timers = new Array(); var nd_timers = new Array();
var timermax = [% settings.jobqueue_refresh || 5 | html %]; var timermax = [% settings.jobqueue_refresh || 5 | html_entity %];
var timercache = timermax - 1; var timercache = timermax - 1;
// this is called by do_search to support local code // this is called by do_search to support local code