fixed markup to be xhtml compatible
This commit is contained in:
parent
0df66504d9
commit
2ea7797c89
23 changed files with 90 additions and 88 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<span class="storyDate"><% this.author as="link" %>, <% this.createtime format="long" suffix="<br>"%></span>
|
||||
<span class="storyTitle"><% this.title suffix="<br>" %></span>
|
||||
<% this.text suffix="<br> <br>" %>
|
||||
<span class="storyDate"><% this.author as="link" %>, <% this.createtime format="long" suffix="<br />"%></span>
|
||||
<span class="storyTitle"><% this.title suffix="<br />" %></span>
|
||||
<% this.text suffix="<br /> <br />" %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue