Skip to content

Commit

Permalink
Fix #huntr726cf5c5-77dc-4207-a08b-19a92c6bd79d
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 20, 2023
1 parent d8dd431 commit 0be613f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/imports/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -2407,8 +2407,7 @@ function show_elem($fieldssource, $pos, $key, $var, $nostyle = '')
} else {
print ' - ';
}
//print '<span class="opacitymedium hideonsmartphone">'.$langs->trans("ExampleOnFirstLine").': </span>';
print '<i class="opacitymedium">'.$example.'</i>';
print '<i class="opacitymedium">'.dol_escape_htmltag($example).'</i>';
}
print '</td>';
print '</tr>';
Expand Down

0 comments on commit 0be613f

Please sign in to comment.