Added a "Type" property to form inputs.
Fixed the second "title" section found in web page heads.
This commit is contained in:
parent
71f1cfcf20
commit
301dbdcb6d
15 changed files with 83 additions and 24 deletions
|
|
@ -11,7 +11,7 @@
|
|||
</asp:Content>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
<div>
|
||||
|
||||
<div class="blogpost">
|
||||
<% BBCodeHelper.Init(); %>
|
||||
<%= BBCodeHelper.Parser.ToHtml(Model.Content) %>
|
||||
|
|
@ -39,5 +39,5 @@
|
|||
<input type="submit" value="Poster un commentaire"/>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</asp:Content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue