diff options
author | dkl%redhat.com <> | 2002-05-31 04:54:55 +0200 |
---|---|---|
committer | dkl%redhat.com <> | 2002-05-31 04:54:55 +0200 |
commit | b865eb6e1c07205ce6c14cf3371e720d09aa64b4 (patch) | |
tree | 530f04d1f01c7516b9b8503344d83a0fb9d728dc /template/en/default | |
parent | a7fc7c232a947d56556c73b00a4a89c1370c9d1d (diff) | |
download | bugzilla-b865eb6e1c07205ce6c14cf3371e720d09aa64b4.tar.gz bugzilla-b865eb6e1c07205ce6c14cf3371e720d09aa64b4.tar.xz |
Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David Lawrence <dkl@redhat.com> r=jouni@heikniemi.net,myk@mozilla.org
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/reports/components.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index 7190883b2..b6d5010d0 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -51,7 +51,7 @@ [% END %] </tr> - [% FOREACH comp = components.sort %] + [% FOREACH comp = components %] [% INCLUDE describe_comp %] [% END %] <tr> |