Skip to content

Commit decfda9

Browse files
committed
fix #50
1 parent 5e7aea7 commit decfda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/field.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static function showObjectFieldsForm($id) {
5757
}
5858

5959
echo "<div class='center'>";
60-
echo "<form name='fieldslist' method='POST' action='$url'>";
60+
echo "<form id='fieldslist' method='POST' action='$url'>";
6161
echo "<table class='tab_cadre_fixe' >";
6262
echo "<input type='hidden' name='id' value='$id'>";
6363
echo "<tr class='tab_bg_1'><th colspan='7'>";

0 commit comments

Comments
 (0)