I seems the output of this module for the iframe generated is not valid XHTML since all attributes are not properly quoted.
Example: 'width=500 height=280', should be 'width="500" height="280"'.
Patch attached adding:
- Valid XHTML output of IRC window.
- Fall through text for no-frames and no-script (Javascript being disabled) support.
- DIV added around chat window instead of a Paragraph tag
- ID and Class attributes added to module output for easier styling and interaction with Javascript.
| Comment | File | Size | Author |
|---|---|---|---|
| mibbit_irc.module.valid_xhtml_output.patch | 1.18 KB | Chris Charlton |
Comments
Comment #1
kmillecam commentedThanks for the patch Chris!
Committed to v6 Dev.
Comment #2
senpai commentedChanging to 'fixed'.