contact link should now properly link to email

This commit is contained in:
Daku
2011-12-28 14:47:02 +00:00
parent b9bd4db41e
commit dc4d156e1a
8 changed files with 8 additions and 8 deletions

View File

@ -42,7 +42,7 @@ class Layout {
$debug = get_debug_info();
$contact = empty($contact_link) ? "" : "<br><a href='$contact_link'>Contact</a>";
$contact = empty($contact_link) ? "" : "<br><a href='mailto:$contact_link'>Contact</a>";
$wrapper = "";
if(strlen($page->heading) > 100) {