mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix #huntr726cf5c5-77dc-4207-a08b-19a92c6bd79d
This commit is contained in:
parent
d8dd431f53
commit
0be613fed8
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user