summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index ed84f3391..ca400d31c 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -301,7 +301,8 @@ function set_assign_to() {
<tr>
<td align="right"><strong>Summary:</strong></td>
<td colspan="3">
- <input name="short_desc" size="60" value="[% short_desc FILTER html %]">
+ <input name="short_desc" size="60" value="[% short_desc FILTER html %]"
+ maxlength="255">
</td>
</tr>