Skip to content

Commit

Permalink
changed textarea tags to prevent extra-line creep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jan 22, 1998
1 parent 9fdcd76 commit 0288d0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions add.dtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
<tr> <th align='LEFT'><em>Arguments<em></th>
<td align='LEFT'><input name="arguments" size="40"></td></tr>
<tr> <td colspan=2 align='LEFT'><strong>Query template</strong><br>
<textarea name="template:text" rows=9 cols=50>
select *
from data
</textarea></td></tr>
<textarea name="template:text" rows=9 cols=50>select *
from data</textarea></td></tr>

<tr><td><input type="hidden" name="key" value=""></td><td>
<input type="SUBMIT" name="SUBMIT" value="Add">
Expand Down
5 changes: 2 additions & 3 deletions edit.dtml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
value="<!--#var arguments_src-->"></td>
</tr>
<tr> <td colspan=2 align='LEFT'><strong>Query template</strong><br>
<textarea name="template:text" rows=10 cols=50>
<!--#var src fmt=html-quote-->
</textarea></td></tr>
<textarea name="template:text" rows=10 cols=50><!--#var
src fmt=html-quote--></textarea></td></tr>

<tr><td></td><td><input type="SUBMIT" name="SUBMIT" value="Change"></td></tr>
</table>
Expand Down

0 comments on commit 0288d0c

Please sign in to comment.