fixed markup to be xhtml compatible
This commit is contained in:
parent
0df66504d9
commit
2ea7797c89
23 changed files with 90 additions and 88 deletions
|
@ -3,8 +3,8 @@
|
|||
<td colspan="3" class="small"><% this.author as="link" %>, <% this.createtime format="short" %><% this.online prefix=" (" %><% this.commentcounter prefix=", " suffix=")" %></td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td><span class="storyTitle"><% this.title suffix="<br>" %></span><% this.text limit="200" suffix=" ..." %></td>
|
||||
<td width="10" nowrap> </td>
|
||||
<td align="right" class="small" nowrap><% this.editlink prefix="... " suffix="<br>" %><% this.viewlink prefix="... " suffix="<br>" %><% this.onlinelink prefix="... " suffix="<br>" %><% this.deletelink prefix="... " %></td>
|
||||
<td><span class="storyTitle"><% this.title suffix="<br />" %></span><% this.text limit="200" suffix=" ..." %></td>
|
||||
<td width="10" nowrap="nowrap"> </td>
|
||||
<td align="right" class="small" nowrap="nowrap"><% this.editlink prefix="... " suffix="<br />" %><% this.viewlink prefix="... " suffix="<br />" %><% this.onlinelink prefix="... " suffix="<br />" %><% this.deletelink prefix="... " %></td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue