File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1027,7 +1027,7 @@ void cgit_print_pageheader(void)
1027
1027
html_option ("committer" , "committer" , ctx .qry .grep );
1028
1028
html_option ("range" , "range" , ctx .qry .grep );
1029
1029
html ("</select>\n" );
1030
- html ("<input class='txt' type='text ' size='10' name='q' value='" );
1030
+ html ("<input class='txt' type='search ' size='10' name='q' value='" );
1031
1031
html_attr (ctx .qry .search );
1032
1032
html ("'/>\n" );
1033
1033
html ("<input type='submit' value='search'/>\n" );
@@ -1042,7 +1042,7 @@ void cgit_print_pageheader(void)
1042
1042
html ("<form method='get' action='" );
1043
1043
html_attr (currenturl );
1044
1044
html ("'>\n" );
1045
- html ("<input type='text ' name='q' size='10' value='" );
1045
+ html ("<input type='search ' name='q' size='10' value='" );
1046
1046
html_attr (ctx .qry .search );
1047
1047
html ("'/>\n" );
1048
1048
html ("<input type='submit' value='search'/>\n" );
You can’t perform that action at this time.
0 commit comments