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,6 +1,6 @@
|
|||
<p><form method="post" action="<% response.action %>"><span class="small">Title:<br></span>
|
||||
<p><form method="post" action="<% response.action %>"><span class="small">Title:<br /></span>
|
||||
<% this.title as="editor" width="25" style="formTitle" %></p>
|
||||
<p><span class="small">Text:</span><br>
|
||||
<p><span class="small">Text:</span><br />
|
||||
<% this.text as="editor" width="31" height="10" style="formText" %></p>
|
||||
<p><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></p>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue