diff options
Diffstat (limited to 'template')
-rwxr-xr-x | template/default/attachment/edit.atml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/attachment/edit.atml b/template/default/attachment/edit.atml index e1fc3e035..5981a692f 100755 --- a/template/default/attachment/edit.atml +++ b/template/default/attachment/edit.atml @@ -26,7 +26,7 @@ <td width="25%"> <small> <b>Description:</b><br> - <textarea rows="3" cols="25" name="description">[% description %]</textarea><br> + <textarea rows="3" cols="25" name="description" wrap="soft">[% description %]</textarea><br> <b>MIME Type:</b><br> <input type="text" size="20" name="mimetype" value="[% mimetype %]"><br> @@ -44,7 +44,7 @@ <div id="smallCommentFrame"> <b>Comment (on the bug):</b><br> - <textarea name="comment" rows="5" cols="25"></textarea><br> + <textarea name="comment" rows="5" cols="25" wrap="soft"></textarea><br> </div> <input type="submit" value="Submit"> |