diff options
| -rw-r--r-- | templates/view_food.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/view_food.tpl b/templates/view_food.tpl index b1b4aa7..2ae9ec6 100644 --- a/templates/view_food.tpl +++ b/templates/view_food.tpl @@ -49,7 +49,6 @@ <div style='margin-top: 1em;'> <form action='add_food' method='post' id="formAddFood" onsubmit='return validateAddFood("formAddFood","foodDesc");'> {if $isLoggedIn} - <a name='save'></a> <div style='margin-bottom: .5em; text-align: justify;'> If you would like to save this item for later reference, or add it to a recipe or diary, enter a short descriptive entry in the @@ -107,7 +106,6 @@ {/if} {else} <div style='margin-bottom: .5em; text-align: justify;'> - <a name='save'></a> Would you like to add this food to a recipe? Enter a short descriptive entry in the text box below and then click the "Add to recipe" button. A default description may have been |
