Skip to:
Content

bbPress.org

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#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&#8230;</legend>
		<input name='search' id='search' type='text' class='text-input' value='test'>	</fieldset>

	<fieldset><legend>Forum&#8230;</legend>
<select name='forum_id' id='forum-id' tabindex='5'>
..form values..
</select>
	</fieldset>

	<input type='submit' class='button submit-input' value='Search &#187;' id='topic-search-form-submit'>
</form>

Do let me know if you need more details.

Regards,
Deep

Change History (3)

#1 @mdawaffe
19 years ago

  • Resolutionfixed
  • Status newclosed

(In [1142]) search form validation. Fixes #789

#2 @mdawaffe
19 years ago

(In [1143]) search form validation. Fixes #789 for braches/0.8

#3 @sambauers
19 years ago

  • Milestone0.8.4
Note: See TracTickets for help on using tickets.