]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Remove an incorrect checkin fix in bug 136225
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 19 Sep 2010 18:06:34 +0000 (20:06 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 19 Sep 2010 18:06:34 +0000 (20:06 +0200)
template/en/default/list/table.html.tmpl

index 3fb6874157a72cda367353ae450a78a68d38c9ab..bc2dadd98f2be9b7e14ac71f1b87b6b04c405f0d 100644 (file)
         [% 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 %]