diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-13 18:08:52 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-13 18:10:09 +0100 |
commit | 6a1cf52045b9c65e5ec4f45d636a4d8c9e0488d9 (patch) | |
tree | 6edf55adf92b562dfc9ef1bd255dbb72a2861e4f /program/lib/washtml.php | |
parent | af18b5b06f7045d0d2f76d618ed8831a788931af (diff) |
Fix handling of 'media' attribute on linked css (#1488789)
Conflicts:
CHANGELOG
Diffstat (limited to 'program/lib/washtml.php')
-rw-r--r-- | program/lib/washtml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/washtml.php b/program/lib/washtml.php index d5cdb82f8..0d4ffdb4b 100644 --- a/program/lib/washtml.php +++ b/program/lib/washtml.php @@ -102,7 +102,7 @@ class washtml 'cellpadding', 'valign', 'bgcolor', 'color', 'border', 'bordercolorlight', 'bordercolordark', 'face', 'marginwidth', 'marginheight', 'axis', 'border', 'abbr', 'char', 'charoff', 'clear', 'compact', 'coords', 'vspace', 'hspace', - 'cellborder', 'size', 'lang', 'dir', 'usemap', 'shape', + 'cellborder', 'size', 'lang', 'dir', 'usemap', 'shape', 'media', // attributes of form elements 'type', 'rows', 'cols', 'disabled', 'readonly', 'checked', 'multiple', 'value' ); |