Fix #huntr726cf5c5-77dc-4207-a08b-19a92c6bd79d

This commit is contained in:
Laurent Destailleur 2023-02-20 13:23:08 +01:00
parent d8dd431f53
commit 0be613fed8

View File

@ -2407,8 +2407,7 @@ function show_elem($fieldssource, $pos, $key, $var, $nostyle = '')
} else { } else {
print ' - '; print ' - ';
} }
//print '<span class="opacitymedium hideonsmartphone">'.$langs->trans("ExampleOnFirstLine").': </span>'; print '<i class="opacitymedium">'.dol_escape_htmltag($example).'</i>';
print '<i class="opacitymedium">'.$example.'</i>';
} }
print '</td>'; print '</td>';
print '</tr>'; print '</tr>';