diff --git a/mozilla/webtools/bugzilla/enter_bug.cgi b/mozilla/webtools/bugzilla/enter_bug.cgi index fa2fb345a39..cdcee79c69f 100755 --- a/mozilla/webtools/bugzilla/enter_bug.cgi +++ b/mozilla/webtools/bugzilla/enter_bug.cgi @@ -29,7 +29,7 @@ if {![info exists FORM(product)]} { PutHeader "Enter Bug" "Enter Bug" puts "

First, you must pick a product on which to enter a bug.

" - foreach p [array names versions] { + foreach p [lsort [array names versions]] { puts "$p
" } exit