1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-04 09:33:24 -04:00

Fixes a minor textarea bug by removing whitespace in the code.

This commit is contained in:
Jonathan Rosenbaum 2015-02-11 07:48:30 +00:00
parent 386742da2d
commit a1717c99af
2 changed files with 7 additions and 10 deletions

View File

@ -177,8 +177,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit")) {
</tr>
<tr>
<td><div align="right">Comments:</div></td>
<td><textarea name="comment" cols="45" rows="3">
</textarea>
<td><textarea name="comment" cols="45" rows="3"></textarea>
</td>
</tr>
<tr>
@ -225,9 +224,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit")) {
</tr>
<tr>
<td><div align="right">Comment:</div></td>
<td><textarea name="comment" cols="45" rows="3">
<?php echo $row_Recordset1['comment']; ?>
</textarea>
<td><textarea name="comment" cols="45" rows="3"><?php echo $row_Recordset1['comment']; ?></textarea>
</td>
</tr>
<?php if(current_shop_by_ip()>=$shop_id & (current_shop_by_ip()-5)<=$shop_id ) { ?>