Hi, on line 92 in horizontal_accordion.inc there is the following line:

  drupal_set_html_head('<style>#'.$div_id.'{overflow:hidden;width:100%;height:200px;}</style>');

This is not valid xhtml and you'll at least have to add "<style type="text/css">" in order to make it valid. :)

Sorry\, don't know how to make a patch, but maybe someone else here knows. :)

CommentFileSizeAuthor
#1 accordion_patch.patch677 bytesskottler

Comments

skottler’s picture

Assigned: Unassigned » skottler
Status: Active » Needs review
StatusFileSize
new677 bytes

I've attached a patch that includes the suggestion above from NeoID.

davidburns’s picture

Status: Needs review » Closed (fixed)

committed to 6.x-1.x branch