From 63437571b8f90cd2e0509588d1f5c4632ef204f4 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 30 Jan 2014 20:51:14 -0500 Subject: [PATCH] fixing header favicon to look for type as well --- public/templates/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/header.tpl b/public/templates/header.tpl index f7cd8f1ebc..5fc649f008 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -9,7 +9,7 @@ - link="{linkTags.link}" rel="{linkTags.rel}" href="{linkTags.href}" /> + link="{linkTags.link}" rel="{linkTags.rel}" type="{linkTags.type}" href="{linkTags.href}" />