forked from Wavyzz/dolibarr
Fix missing space
This commit is contained in:
committed by
Laurent Destailleur
parent
2ddc3cb3f0
commit
79314b7ff8
@@ -260,7 +260,7 @@ if ($result)
|
||||
|
||||
// Note
|
||||
print '<td>';
|
||||
print '<input type="text" id="note_'.$i.'"class="flat inputforupdate" size="40" name="const['.$i.'][note]" value="'.htmlspecialchars($obj->note,1).'">';
|
||||
print '<input type="text" id="note_'.$i.'" class="flat inputforupdate" size="40" name="const['.$i.'][note]" value="'.htmlspecialchars($obj->note,1).'">';
|
||||
print '</td>';
|
||||
|
||||
// Entity limit to superadmin
|
||||
|
||||
Reference in New Issue
Block a user