|
From: Ken T. <ke...@us...> - 2003-10-12 05:13:59
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv3270/templates/default
Modified Files:
Tag: htmltemplates
bugform.html
Log Message:
eliminate spaces at start of desc. field
Index: bugform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugform.html,v
retrieving revision 1.9.4.2
retrieving revision 1.9.4.3
diff -u -r1.9.4.2 -r1.9.4.3
--- bugform.html 1 Sep 2003 13:38:31 -0000 1.9.4.2
+++ bugform.html 12 Oct 2003 05:13:54 -0000 1.9.4.3
@@ -48,7 +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>
|