This commit is contained in:
Thomas Hounsell 2015-02-23 19:53:46 +00:00
parent 7896bbefc0
commit 9adeff488b
2 changed files with 4 additions and 2 deletions

View File

@ -310,7 +310,9 @@
<Content Include="Views\support\question.cshtml" />
<Content Include="Views\support\thanks_question.cshtml" />
<Content Include="Views\support\stats.cshtml" />
<Content Include="smtp.config" />
<Content Include="smtp.config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />

View File

@ -75,7 +75,7 @@
<h2>@string.Format("Windows NT {0}", ViewBag.ItemId)</h2>
break;
case "source":
<h2>@ViewBag.ItemId)</h2>
<h2>@ViewBag.ItemId</h2>
break;
}
@if (ViewBag.PageNumber == 1 && ViewBag.MetaItem != null && !string.IsNullOrWhiteSpace(ViewBag.MetaItem.PageContent))