]> 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:08:01 +0000 (20:08 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 19 Sep 2010 18:08:01 +0000 (20:08 +0200)
template/en/default/list/table.html.tmpl

index 909031b144677833c0d06f6ae51329cf987c8d6e..1ad04867dbfa82b2516e74833d5e335489dc641a 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 %]