Add a missing semi-colon and improve the tab spacing

This commit is contained in:
Mark Crane 2014-04-24 09:35:37 +00:00
parent d39ee70b63
commit 0d288b6aba
1 changed files with 9 additions and 9 deletions

View File

@ -47,7 +47,7 @@ else {
//if no id then exit
if (isset($id)) {
echo "ID is required."
echo "ID is required.";
exit;
}