summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/js/titlebox-state.js
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/js/titlebox-state.js')
-rw-r--r--rt/share/html/NoAuth/js/titlebox-state.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/NoAuth/js/titlebox-state.js b/rt/share/html/NoAuth/js/titlebox-state.js
index 51996377e..a5e5dac20 100644
--- a/rt/share/html/NoAuth/js/titlebox-state.js
+++ b/rt/share/html/NoAuth/js/titlebox-state.js
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
function createCookie(name,value,days) {
- var path = "<%RT->Config->Get('WebPath')%>" ? "<%RT->Config->Get('WebPath')%>" : "/";
+ var path = <%RT->Config->Get('WebPath')|n,j%> ? <%RT->Config->Get('WebPath')|n,j%> : "/";
if (days) {
var date = new Date();