1
0
Fork 0

Remove uses of HTML escaping in Smarty templates

This commit is contained in:
Hypolite Petovan 2018-12-13 22:28:12 -05:00
commit 2241ba4540
171 changed files with 855 additions and 855 deletions

View file

@ -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|escape:'html'}}" />
<input type="submit" name="submit" id="logout-button" value="{{$logout}}" />
</div>
</form>