Merge pull request #2119 from frederic34/patch-7

Fix missing space
This commit is contained in:
Laurent Destailleur 2014-12-03 12:46:44 +01:00
commit 1a67ae10a4

View File

@ -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