From 462934a87bd12649582f334545d3586b3c9f93a2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 30 Jan 2012 14:48:23 -0700 Subject: [PATCH] #6 - Change "Title" attribute to "title" to avoid invalid XHTML --- src/Subtext.Web/UI/Pages/SubTextMasterPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Subtext.Web/UI/Pages/SubTextMasterPage.cs b/src/Subtext.Web/UI/Pages/SubTextMasterPage.cs index 3db0cbf97..bb4d8ceef 100644 --- a/src/Subtext.Web/UI/Pages/SubTextMasterPage.cs +++ b/src/Subtext.Web/UI/Pages/SubTextMasterPage.cs @@ -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)