* README.md: a little more

* Yavsc.sln: Adds some solution items

* BBCodeHelper.cs: code formatting

* Edit.aspx: refactoring

* UserPost.aspx: useless statment

* Web.csproj: README removal

* README: moved to /README.md
This commit is contained in:
Paul Schneider 2015-02-10 18:58:08 +01:00
commit a342b744df
7 changed files with 137 additions and 133 deletions

View file

@ -18,7 +18,6 @@
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
<div class="blogpost">
<% BBCodeHelper.Init(); %>
<%= BBCodeHelper.Parser.ToHtml(Model.Content) %>
</div>
<%