]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix . in place of ,
authorDon Armstrong <don@volo>
Sat, 17 Feb 2007 21:23:13 +0000 (13:23 -0800)
committerDon Armstrong <don@volo>
Sat, 17 Feb 2007 21:23:13 +0000 (13:23 -0800)
cgi/search.cgi

index d3f449ea16ee2b179d9640a9c20ba9e78fd65e42..5f6eadcc3004da7b6b05286e31b4eeb9ba304c0f 100755 (executable)
@@ -33,7 +33,7 @@ my %cgi_var = cgi_parameters(query => $q,
                             default => {phrase      => '',
                                         max_results => 10,
                                         skip        => 0,
-                                       }.
+                                       },
                            );
 
 $cgi_var{attribute} = parse_attribute(\%cgi_var) || [];