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
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
|
||||
<div id="invite-submit-wrapper">
|
||||
<input type="submit" name="submit" value="{{$submit}}" />
|
||||
<input type="submit" name="submit" value="{{$submit|escape:'html'}}" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue