mirror of
https://github.com/openwrt/luci.git
synced 2026-01-12 02:50:25 +04:00
libs/web: Fixed template escaping
This commit is contained in:
@@ -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%>
|
||||
Reference in New Issue
Block a user