From b865eb6e1c07205ce6c14cf3371e720d09aa64b4 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Fri, 31 May 2002 02:54:55 +0000 Subject: Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David Lawrence r=jouni@heikniemi.net,myk@mozilla.org --- template/en/default/reports/components.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/reports/components.html.tmpl') 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 %] - [% FOREACH comp = components.sort %] + [% FOREACH comp = components %] [% INCLUDE describe_comp %] [% END %] -- cgit v1.2.3-24-g4f1b