diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php
index 48e637fb8a3db3c570c8bff81de3be9627bd38b9..a64e3856dbc80340a64e26bc73e9974627da5b33 100644
--- a/htdocs/admin/const.php
+++ b/htdocs/admin/const.php
@@ -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