diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-03-14 23:59:30 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-03-14 23:59:30 +0000 |
| commit | 1fd31579653180e414ee8afb48485d8ddd05fe7e (patch) | |
| tree | e5156bc6a26aa9b5c5681965009099e3e3ff56cd | |
| parent | 1b2c2666493f6160fe4742370f62d6e1dc73fa84 (diff) | |
Removed deprecated, and likely not even used, name attributes from a link (and link too).
| -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 |
