the form should be outside table to avoid errors

This commit is contained in:
philippe grand 2015-08-15 15:47:17 +02:00
parent 676004e2e4
commit b619aa080d

View File

@ -158,7 +158,6 @@ if ($result)
$db->free($result); $db->free($result);
} }
print "</form>";
/* /*
* Line to add category * Line to add category
@ -172,9 +171,7 @@ if ($action != 'edit')
print '</tr>'; print '</tr>';
} }
print "</table>"; print '</table></form>';
print "</form>";
llxFooter(); llxFooter();