summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2013-07-12 14:08:50 +0000
committerNathan Kinkade <nath@nkinka.de>2013-07-12 14:08:50 +0000
commitbfa6705a6f93896e1ed1c8939c533c7cc6c90647 (patch)
treecd61f45d89c351611d8d802d32f8af8f7b1c6fce
parentf6b01a923cc503f1ff5650dd587fd6fb5d245291 (diff)
Fixed a missing end tag for a span
-rw-r--r--templates/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.tpl b/templates/header.tpl
index f8331f3..c742688 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -12,7 +12,7 @@
<div id='header'>
<div id='headerLeft'>
- <a href='{$config->_rootUri}/' style='color: #ffffff;'>Nutri<span style="color: #b5e7bd;">DB</a>
+ <a href='{$config->_rootUri}/' style='color: #ffffff;'>Nutri<span style="color: #b5e7bd;">DB</span></a>
<span style="font-size: 75%;">... an online food and recipe nutrition calculator</span>
</div>