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:08:52 +0100 |
commit | d9698de979f6d30b5126472edd4af60c43aba870 (patch) | |
tree | bdc8e53ce705dee62b1137a973d005c67f284cd5 /program/lib | |
parent | f410c902613e3e1f0d57c71b1065b69232ba92eb (diff) |
Fix handling of 'media' attribute on linked css (#1488789)
Diffstat (limited to 'program/lib')
-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' ); |