mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Typo fix
This commit is contained in:
parent
7896bbefc0
commit
9adeff488b
|
@ -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\" />
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user