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,5 @@
|
|||
<form method="post" action="<% response.action %>"><p class="storyTitle">Warning!</p>
|
||||
<form method="post" action="<% response.action %>">
|
||||
<p class="storyTitle">Warning!</p>
|
||||
<p>You are about to delete <% param.what %>! Be aware of the fact that there is no "undo", so if you klick on "delete" here it will be gone forever!</p>
|
||||
<p><% this.input type="button" name="remove" value="delete" %> <% this.input type="button" name="cancel" value="cancel" %></p></form>
|
||||
<p><% this.input type="button" name="remove" value="delete" %> <% this.input type="button" name="cancel" value="cancel" %></p>
|
||||
</form>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<tr>
|
||||
<td align="right" class="statusdark"><% this.title as="link" %><br>
|
||||
<td align="right" class="statusdark"><% this.title as="link" %><br />
|
||||
<% this.text limit="50" suffix=" ..." %>
|
||||
<div class="small">by <% this.author %> @ <% this.modifytime format="short" %></div></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue