]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/search.cgi
fix problem with rfc822 output link
[debbugs.git] / cgi / search.cgi
index d3f449ea16ee2b179d9640a9c20ba9e78fd65e42..03d2cc571c119a1f9ee176beff32a472b887f20f 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) || [];
@@ -160,7 +160,7 @@ my %attributes = ('@cdate'  => {name => 'Date',
                                type      => 'str',
                               },
                  subject   => {name => 'Bug Title',
-                               type      => 'num',
+                               type      => 'str',
                               },
                  date      => {name => 'Submission date',
                                type      => 'num',