HTML validation indicates a <div> is not allowed inside a <legend>.
Patch in next comment just moves the classes currently on the <div> to the <legend> and removes the <div>.
Classes moved: "panel-title fieldset-legend".
Patch #2 changes <div> to <span>, which is valid inside a fieldset legend.
File: theme/bootstrap/bootstrap-panel.tpl.php
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | bootstrap-no-div-in-legend-2283999-2.patch | 517 bytes | jwjoshuawalker |
Comments
Comment #1
jwjoshuawalker commentedPatch.
Comment #2
jwjoshuawalker commentedComment #3
jwjoshuawalker commentedComment #4
jwjoshuawalker commentedForget that last one.
<span>is valid inside fieldset>legend, so here it is that way instead.Comment #5
jwjoshuawalker commentedComment #8
markhalliwell