[Pidgin] #5616: purple_markup_html_to_xhtml parses some attributes incorectly

Pidgin trac at pidgin.im
Sun May 25 19:09:36 EDT 2008


#5616: purple_markup_html_to_xhtml parses some attributes incorectly
------------------------+---------------------------------------------------
  Reporter:  dylex      |       Owner:              
      Type:  patch      |      Status:  new         
  Priority:  minor      |   Milestone:              
 Component:  libpurple  |     Version:  2.4.1       
Resolution:             |    Keywords:  markup xhtml
   Pending:  0          |  
------------------------+---------------------------------------------------
Comment (by dylex):

 Yes, that looks much better.  In VALID_CHAR, should:
   `(quote || *(ptr) != ' ') && *(ptr) != '>'`
 be instead:
   `(quote || (*(ptr) != ' ' && *(ptr) != '>'))`
 to allow for > characters inside quoted attributes?

 Yeah, I'm in COPYRIGHT already.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/5616#comment:6>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list