mothra: add <input type="search">, fixes wikipedia form submission

This commit is contained in:
stanley lieber 2011-10-02 20:57:32 -05:00
parent 45fb395c2b
commit 001ce57253

View file

@ -169,6 +169,8 @@ void rdform(Hglob *g){
f->name=strdup("no-name");
}
}
else if(cistrcmp(s, "search")==0)
f->type=TYPEIN;
else if(cistrcmp(s, "checkbox")==0)
f->type=CHECK;
else if(cistrcmp(s, "radio")==0)