summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-11-14 20:08:28 +0000
committerNathan Kinkade <nath@nkinka.de>2012-11-14 20:08:28 +0000
commita2fea4b5b0e91df6c12281550d57a3e654a711e0 (patch)
tree3f4caedb91e65a2c844b04f4c2edbb7bc1f3271b
parent5174d0ec38a1e991dc138cb2b6cffab8cf81c444 (diff)
Removed => symbol from current recipe list, just clutter.
-rw-r--r--templates/sidebar_left.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar_left.tpl b/templates/sidebar_left.tpl
index c87192d..d17a8d5 100644
--- a/templates/sidebar_left.tpl
+++ b/templates/sidebar_left.tpl
@@ -4,7 +4,7 @@
{foreach from=$currentMealItems key=key item=currentMealItem}
<div id='currentMealItem-{$key}'>
<a href='{$smarty.server.REQUEST_URI}' onclick='verifyRemoveCurrentMealItem("{$key}"); return false;' title='Remove: {$currentMealItem.description|escape:"html"}'><img src='{$config->_imgUri}/remove.png' alt='(Del)' /></a>
- =&gt; <a href='view_food.php?food={$currentMealItem.food}&amp;weight={$currentMealItem.weight}&amp;quantity={$currentMealItem.quantity}&amp;description={$currentMealItem.description|escape:"url"}&amp;action=viewFood' id='currentMealItemDesc-{$key}' title='View this item'>{$currentMealItem.description|escape:"html"}</a>
+ <a href='view_food.php?food={$currentMealItem.food}&amp;weight={$currentMealItem.weight}&amp;quantity={$currentMealItem.quantity}&amp;description={$currentMealItem.description|escape:"url"}&amp;action=viewFood' id='currentMealItemDesc-{$key}' title='View this item'>{$currentMealItem.description|escape:"html"}</a>
</div>
{/foreach}
<div style='margin-top: 1ex;'>