mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Encoding directly the site name in the default header template
Instead of getting the encoding from Html.TitleForPage which also adds the title to the page title...something not needed here --HG-- branch : dev
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
|
||||
<div id="title"><%=Html.TitleForPage(Html.SiteName()) %></div>
|
||||
<div id="title"><%=Html.Encode(Html.SiteName()) %></div>
|
Reference in New Issue
Block a user