diff options
author | Steven Barth <steven@midlink.org> | 2008-07-31 09:54:09 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-31 09:54:09 +0000 |
commit | 14e62cc311ddbe9d215f51b910164f2e4a95fd20 (patch) | |
tree | 6cb980ce27380c8cd4f53bf690383ffc16fb1d5d /modules/admin-mini | |
parent | aa462baa33bf0c85448e9d7779d81ab70827b56f (diff) |
libs/web: Fixed template escaping
Diffstat (limited to 'modules/admin-mini')
-rw-r--r-- | modules/admin-mini/luasrc/view/mini/reboot.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/reboot.htm b/modules/admin-mini/luasrc/view/mini/reboot.htm index b0f64698d..6ef8603f0 100644 --- a/modules/admin-mini/luasrc/view/mini/reboot.htm +++ b/modules/admin-mini/luasrc/view/mini/reboot.htm @@ -28,6 +28,6 @@ if not reboot then <p><a href="<%=REQUEST_URI%>?reboot=1"><%:a_s_reboot_do%></a></p> <%- else -%> <p><%:a_s_reboot_running%></p> -<script type="text/javascript">setTimeout("location='<%=controller%>/admin'", 60000)</script> +<script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script> <%- end -%> <%+footer%>
\ No newline at end of file |