diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-03-14 23:36:38 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-03-14 23:36:38 +0000 |
| commit | d17b2ce95f4409eddb1e95845e378cff2a7f32a5 (patch) | |
| tree | 1960bc617eeb908d8124ec116628ea610fe8ea93 | |
| parent | 47a01bae13d90679127175d9e1f0c20932d937ce (diff) | |
Fixed an HTML close tag error, and removed an old a tag that was doing nothing.
| -rw-r--r-- | templates/contact.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/contact.tpl b/templates/contact.tpl index 356c8e6..c2405ff 100644 --- a/templates/contact.tpl +++ b/templates/contact.tpl @@ -6,10 +6,9 @@ <h2 style='text-align: center;'>CONTACT</h2> - <a name='nutritionsites' id='nutritionsites' style='position: absolute;'></a> <div class='standardMargins'> If you have any questions, comments or suggestions about NutriDB please contact - <a href="http://natha.nkinka.de">Nathan Kinkade</a> at <strong>nath@nkinka.de</strong.> + <a href="http://natha.nkinka.de">Nathan Kinkade</a> at <strong>nath@nkinka.de</strong>. </div> </div> |
