aboutsummaryrefslogtreecommitdiffstats
path: root/templates/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.html')
-rw-r--r--templates/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.html b/templates/list.html
index e28b0c0..8fad7cd 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -17,7 +17,7 @@
<tr>
<td>{{ bd.bug_shortname(bug) }}</td>
<td><a href="/bug?id={{ bd.bug_shortname(bug)}}">
- {{ bug.summary|e|truncate(65) }}</a></td>
+ {{ bug.summary|e|truncate(60) }}</a></td>
<td>{{ bug.status }}</td>
<td>{{ bug.target }}</td>
<td>{{ bug.assigned|striptags }}</td>