[Bb-trac] [bbPress] #789: Invalid xHTML in search form

bbPress bb-trac at lists.bbpress.org
Tue Feb 19 16:11:42 GMT 2008


#789: Invalid xHTML in search form
-----------------------+----------------------------------------------------
 Reporter:  deep       |       Owner:     
     Type:  defect     |      Status:  new
 Priority:  normal     |   Milestone:     
Component:  Front-end  |     Version:     
 Severity:  normal     |    Keywords:     
-----------------------+----------------------------------------------------
 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

-- 
Ticket URL: <http://trac.bbpress.org/ticket/789>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list