Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Commit

Permalink
#6 - Change "Title" attribute to "title" to avoid invalid XHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jan 30, 2012
1 parent 2189024 commit 462934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subtext.Web/UI/Pages/SubTextMasterPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void InitializeBlogPage()
if (opensearch != null)
{
opensearch.Attributes.Add("href", Url.OpenSearchDescriptorUrl());
opensearch.Attributes.Add("Title", Blog.Title);
opensearch.Attributes.Add("title", Blog.Title);
}

if (RSSLink != null)
Expand Down

0 comments on commit 462934a

Please sign in to comment.