diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-12-31 15:27:39 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-12-31 15:27:39 +0000 |
| commit | 0b07d7392c2e269bbc6944cd9ab72900126b9f7c (patch) | |
| tree | 0a6694a0fa454d6a97b5d20fbde5c4322c337037 /lib/site.lib.php | |
| parent | cb977f3c5c80f4a4ca58437c7479d2e431a089e0 (diff) | |
Removed .php extension from URLs.
Diffstat (limited to 'lib/site.lib.php')
| -rw-r--r-- | lib/site.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/site.lib.php b/lib/site.lib.php index d581cdb..e5c457b 100644 --- a/lib/site.lib.php +++ b/lib/site.lib.php @@ -459,7 +459,7 @@ function loadFoodToEdit($food) { $foodDesc = htmlspecialchars($foodItem['description'], ENT_QUOTES); $foodToEdit .= <<<HTML - <form action='edit_food.php' method='post' name='formEditFood' id='formEditFood' onsubmit='return validateEditFood("formEditFood");'> + <form action='edit_food' method='post' name='formEditFood' id='formEditFood' onsubmit='return validateEditFood("formEditFood");'> <div><strong>Food name</strong>: <input type='text' name='foodDesc' id='foodDesc' value='$foodDesc' size='25' /></div> <div style='margin-left: 3ex; margin-bottom: 1ex;'> => <strong>Amount</strong>: <input type='text' name='quantity' value='{$foodItem['quantity']}' size='2' /> |
