diff --git a/DNN Platform/Library/UI/FavIcon.cs b/DNN Platform/Library/UI/FavIcon.cs index bd7dcbf6487..f8fb591e90a 100644 --- a/DNN Platform/Library/UI/FavIcon.cs +++ b/DNN Platform/Library/UI/FavIcon.cs @@ -41,7 +41,7 @@ public static string GetHeaderLink(int portalId) string favIconPath = new FavIcon(portalId).GetRelativeUrl(); if (!string.IsNullOrEmpty(favIconPath)) { - headerLink = string.Format("", favIconPath); + headerLink = string.Format("", favIconPath); } else {