aboutsummaryrefslogtreecommitdiffstats
path: root/templates/bug.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bug.html')
-rw-r--r--templates/bug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bug.html b/templates/bug.html
index 3bada38..4d15536 100644
--- a/templates/bug.html
+++ b/templates/bug.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block page_title %}
- Bug {{ bd.bug_shortname(bug) }} – {{ bug.summary|truncate(50) }}
+ Bug {{ bd.bug_shortname(bug) }} – {{ bug.summary|truncate(70) }}
{% endblock %}
{% block script %}