Escape values to input fields (and some 'title' and 'alt')
This commit is contained in:
parent
e051da8203
commit
9d3fb417c2
64 changed files with 209 additions and 186 deletions
|
@ -2,6 +2,6 @@
|
|||
<form action="{{$dest_url}}" method="post" >
|
||||
<div class="logout-wrapper">
|
||||
<input type="hidden" name="auth-params" value="logout" />
|
||||
<input type="submit" name="submit" id="logout-button" value="{{$logout}}" />
|
||||
<input type="submit" name="submit" id="logout-button" value="{{$logout|escape:'html'}}" />
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue