Opened 15 years ago
Closed 15 years ago
#1306 closed enhancement (no action required)
Filter friends/Filter groups have wrong html
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | trivial | |
Severity: | Version: | ||
Component: | Keywords: | search, group search, friends search | |
Cc: |
Description
well,This is just a minor bug(or may be typo)
In function bp_group_search_form(),bp_friend_search_form()
The inbut box is defined as <input type='search'... > while there does not exists any type search as per HTML/xhtml recommendations.
It will be a simple thing to just change the line to <input type='text' ... />
It will help in validation.
Note: See
TracTickets for help on using
tickets.
This will display a nice search box on webkit/safari browsers. It will fallback to an input box on other browsers.