escape dialog title
This commit is contained in:
parent
af06f53eaf
commit
f13b9cec29
@ -692,7 +692,7 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
|
|||||||
|
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
?>
|
?>
|
||||||
<div id="dialog" title="<?php echo $langs->trans('Address'); ?>" style="display: none;">
|
<div id="dialog" title="<?php echo dol_escape_htmltag($langs->trans('Address')); ?>" style="display: none;">
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
print '<script type="text/javascript">
|
print '<script type="text/javascript">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user