Closed (fixed)
Project:
Mibbit IRC
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2008 at 08:58 UTC
Updated:
25 Jan 2009 at 19:10 UTC
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:
| 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'.