summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-05-11 00:49:29 +0200
committermkanat%bugzilla.org <>2006-05-11 00:49:29 +0200
commitd7447bf95827d7e9da681d496a192fffbc2810a4 (patch)
treec4154e2891f79e580f722ec9c9897767aee3818b /template/en/default/bug/edit.html.tmpl
parenta6b4362d3ef33b1c1fdc06690511cac19b8e2be3 (diff)
downloadbugzilla-d7447bf95827d7e9da681d496a192fffbc2810a4.tar.gz
bugzilla-d7447bf95827d7e9da681d496a192fffbc2810a4.tar.xz
Bug 96431: It's possible to write an essay in the Summary field.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 51f4223f3..adbccd141 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -374,7 +374,8 @@
</td>
<td colspan="5">
<input name="short_desc" id="short_desc"
- value="[% bug.short_desc FILTER html %]" size="60">
+ value="[% bug.short_desc FILTER html %]" size="60"
+ maxlength="255">
</td>
</tr>