From 0be613fed85c19e31292872bc29d7f7b2d077e4d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Feb 2023 13:23:08 +0100 Subject: [PATCH] Fix #huntr726cf5c5-77dc-4207-a08b-19a92c6bd79d --- htdocs/imports/import.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index 0816776197a..c4266378d37 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -2407,8 +2407,7 @@ function show_elem($fieldssource, $pos, $key, $var, $nostyle = '') } else { print ' - '; } - //print ''.$langs->trans("ExampleOnFirstLine").': '; - print ''.$example.''; + print ''.dol_escape_htmltag($example).''; } print ''; print '';