Skip to content
Snippets Groups Projects
Commit 1a67ae10 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2119 from frederic34/patch-7

Fix missing space
parents 6a09bca2 18f2cfbe
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ if ($result) ...@@ -260,7 +260,7 @@ if ($result)
// Note // Note
print '<td>'; 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>'; print '</td>';
// Entity limit to superadmin // Entity limit to superadmin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment