Skip to content
Snippets Groups Projects
Commit 0f5e5bc5 authored by Greeshma's avatar Greeshma
Browse files

HTML injection fix for compose email popup

parent a9381bc0
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
</div>
<div class="col-lg-6">
{if !empty($TO)}
{assign var=TO_EMAILS value=","|implode:$TO}
{assign var=TO_EMAILS value=","|implode:$TO|htmlentities}
{/if}
<input id="emailField" style="width:100%" name="toEmail" type="text" class="autoComplete sourceField select2" data-rule-required="true" data-rule-multiEmails="true" value="{$TO_EMAILS}" placeholder="{vtranslate('LBL_TYPE_AND_SEARCH',$MODULE)}">
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment