#789 closed defect (bug) (fixed)
Invalid xHTML in search form
| Reported by: | deep | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Front-end | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
I just noticed this while integrating my custom theme into bbpress. Search page form generates invalid xHTML when bb_topic_search_form() is called.
Following is part of the code:
<form action='' method='get' id='topic-search-form' class='search-form'> <fieldset><legend>Search…</legend> <input name='search' id='search' type='text' class='text-input' value='test'> </fieldset> <fieldset><legend>Forum…</legend> <select name='forum_id' id='forum-id' tabindex='5'> ..form values.. </select> </fieldset> <input type='submit' class='button submit-input' value='Search »' id='topic-search-form-submit'> </form>
Do let me know if you need more details.
Regards,
Deep
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [1142]) search form validation. Fixes #789