We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950fe89 commit 3fc03bbCopy full SHA for 3fc03bb
1 file changed
modules/contactform/views/templates/widget/contactform.tpl
@@ -52,7 +52,7 @@
52
<div class="col-md-6">
53
<select name="id_contact" id="id_contact" class="form-control form-control-select">
54
{foreach from=$contact.contacts item=contact_elt}
55
- <option value="{$contact_elt.id_contact}">{$contact_elt.name}</option>
+ <option value="{$contact_elt.id_contact}">{$contact_elt.name|escape:'htmlall':'UTF-8'}</option>
56
{/foreach}
57
</select>
58
</div>
0 commit comments