summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-09-19 20:06:34 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-09-19 20:06:34 +0200
commit62b0b5a07fddab7f308dc6ebbf2cf0a784c476ca (patch)
tree7ea87ed3026e3cfc8e71cdf14aa84f10b5a81d7c /template
parent8f455037b99d750d71335f57d93164e886a7d04c (diff)
downloadbugzilla-62b0b5a07fddab7f308dc6ebbf2cf0a784c476ca.tar.gz
bugzilla-62b0b5a07fddab7f308dc6ebbf2cf0a784c476ca.tar.xz
Remove an incorrect checkin fix in bug 136225
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/table.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 3fb687415..bc2dadd98 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -208,7 +208,7 @@
[% bug.${login_column}.truncate(abbrev.$column.maxlength,
abbrev.$column.ellipsis) FILTER html %]
[% ELSIF column == 'short_desc' || column == "short_short_desc" %]
- <a href="show_bug.cgi?id=[% bug.id FILTER html %]">
+ <a href="show_bug.cgi?id=[% bug.bug_id FILTER html %]">
[%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%]
</a>
[% ELSE %]