missing close form

This commit is contained in:
Philippe GRAND 2014-12-01 12:21:54 +01:00
parent b33612d231
commit d7dcd153f0

View File

@ -358,7 +358,8 @@ else
print '<td><input type="submit" class="button" value="' . $langs->trans("Save") . '"></td>';
print '</tr>';
}
print "</table>";
print '</table>';
print '</form>';
}
}
}