v4 style
[freeside.git] / httemplate / search / log.html
index 535b2ca..9be0b7d 100644 (file)
@@ -72,7 +72,7 @@ a:visited {text-decoration: none}
   <TD>To 
     <& /elements/input-date-field.html, {
       name   => 'ending',
-      value  => scalar($cgi->param('ending')) || '' ),
+      value  => scalar($cgi->param('ending')) || '',
       noinit => 1,
     } &>
   </TD>
@@ -201,7 +201,7 @@ my %colors = (
 
 my $color_sub = sub { $colors{ $_[0]->level }; };
 
-my @contexts = ('', sort FS::log_context->contexts);
+my @contexts = ('', FS::log_context->contexts);
 </%once>
 <%init>
 my $curuser = $FS::CurrentUser::CurrentUser;