Closed (fixed)
Project:
Panels Accordion
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Feb 2011 at 10:42 UTC
Updated:
4 Jan 2013 at 02:09 UTC
Jump to comment: Most recent file
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. :)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | accordion_patch.patch | 677 bytes | skottler |
Comments
Comment #1
skottler commentedI've attached a patch that includes the suggestion above from NeoID.
Comment #2
davidburnscommitted to 6.x-1.x branch