summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/show.html.tmpl')
-rw-r--r--template/en/default/bug/show.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl
index 46f8c4674..637583502 100644
--- a/template/en/default/bug/show.html.tmpl
+++ b/template/en/default/bug/show.html.tmpl
@@ -21,6 +21,9 @@
# Bradley Baetz <bbaetz@student.usyd.edu.au>
#%]
+[%# This script/template only handles one bug #%]
+[% bug = bugs.0 %]
+
[% filtered_desc = bug.short_desc FILTER html %]
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% PROCESS global/header.html.tmpl