fixed markup to be xhtml compatible

This commit is contained in:
Tobi Schäfer 2002-06-03 16:49:20 +00:00
parent 0df66504d9
commit 2ea7797c89
23 changed files with 90 additions and 88 deletions

View file

@ -1,6 +1,6 @@
<form method="post" action="<% response.action %>">
<input type="hidden" name="proto" value="<% request.proto %>">
<input type="hidden" name="name" value="<% request.name %>"><br>
<input type="hidden" name="name" value="<% request.name %>"><br />
<% this.skin as="editor" width="50" height="25" wrap="virtual" style="formWide" %>
<p><% this.input type="button" name="save" value="save" %>&nbsp;<% this.input type="button" name="cancel" value="cancel" %></p>
</form>