modules/admin-core: fix a long standing encoding issue with query strings in the login form
This commit is contained in:
parent
1c8dffdffe
commit
8016c9649f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $Id$
|
|||
|
||||
<%+header%>
|
||||
|
||||
<form method="post" action="<%=luci.http.getenv("REQUEST_URI")%>">
|
||||
<form method="post" action="<%=pcdata(luci.http.getenv("REQUEST_URI"))%>">
|
||||
<div class="cbi-map">
|
||||
<h2><a id="content" name="content"><%:Authorization Required%></a></h2>
|
||||
<div class="cbi-map-descr">
|
||||
|
|
Loading…
Reference in a new issue