summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r--template/en/default/bug/create/create-guided.html.tmpl3
-rw-r--r--template/en/default/bug/create/create.html.tmpl3
2 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index b8f1d9fd9..1e41c07ef 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -310,7 +310,8 @@ function PutDescription() {
<b>Summary</b>
</td>
<td valign="top">
- <input type="text" size="80" name="short_desc" id="short_desc">
+ <input type="text" size="80" name="short_desc" id="short_desc"
+ maxlength="255">
<p>
A sentence which summarises the problem.
Please be descriptive and use lots of keywords.
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>