|
From: Benjamin C. <bc...@us...> - 2003-09-01 13:38:34
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv15006/templates/default
Modified Files:
Tag: htmltemplates
bugform.html
Log Message:
Cleaned up the description field
Index: bugform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugform.html,v
retrieving revision 1.9.4.1
retrieving revision 1.9.4.2
diff -u -r1.9.4.1 -r1.9.4.2
--- bugform.html 30 Aug 2003 22:00:32 -0000 1.9.4.1
+++ bugform.html 1 Sep 2003 13:38:31 -0000 1.9.4.2
@@ -48,9 +48,7 @@
<?php echo translate("Description"); ?>:
</td>
<td>
- <textarea name="description" cols="50" rows="8" wrap="virtual">
- <?php echo htmlspecialchars(stripslashes($description)) ?>
- </textarea>
+ <textarea name="description" cols="50" rows="8" wrap="virtual"> <?php echo htmlspecialchars(stripslashes($description)) ?></textarea>
</td>
</tr>
<tr>
|