mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
luci-0.9: fix regression introduced by r5963
This commit is contained in:
@@ -15,7 +15,7 @@ $Id$
|
||||
<%+header%>
|
||||
<% luci.i18n.loadc("sysauth") %>
|
||||
|
||||
<form method="post" action="<%=pcdata(luci.http.getenv("REQUEST_URI"))%>">
|
||||
<form method="post" action="<%=luci.util.pcdata(luci.http.getenv("REQUEST_URI"))%>">
|
||||
<div class="cbi-map">
|
||||
<h2><a id="content" name="content"><%:sysauth_head%></a></h2>
|
||||
<div class="cbi-map-descr">
|
||||
|
||||
Reference in New Issue
Block a user