Remove uses of HTML escaping in Smarty templates
This commit is contained in:
parent
b6623216f0
commit
2241ba4540
171 changed files with 855 additions and 855 deletions
|
@ -11,7 +11,7 @@
|
|||
{{include file="field_textarea.tpl" field=$message}}
|
||||
|
||||
<div id="invite-submit-wrapper">
|
||||
<input type="submit" name="submit" value="{{$submit|escape:'html'}}" />
|
||||
<input type="submit" name="submit" value="{{$submit}}" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue