Changeset 1c9e571 in github


Ignore:
Timestamp:
May 12, 2012 9:38:35 AM (12 months ago)
Author:
Aleksander Machniak <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
4cebb76, 14f22f3
Parents:
9082bf1
git-author:
Aleksander Machniak <alec@…> (05/12/12 09:36:51)
git-committer:
Aleksander Machniak <alec@…> (05/12/12 09:38:35)
Message:

Fix handling of "usemap" attribute (#1488472)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r9082bf1 r1c9e571  
    22=========================== 
    33 
     4- Fix handling of "usemap" attribute (#1488472) 
    45- Fix handling of some HTML tags e.g. IMG (#1488471) 
    56- Use similar language as a fallback for plugin localization (#1488401) 
  • program/lib/washtml.php

    r9082bf1 r1c9e571  
    102102    'bordercolordark', 'face', 'marginwidth', 'marginheight', 'axis', 'border', 
    103103    'abbr', 'char', 'charoff', 'clear', 'compact', 'coords', 'vspace', 'hspace', 
    104     'cellborder', 'size', 'lang', 'dir', 
     104    'cellborder', 'size', 'lang', 'dir', 'usemap', 
    105105    // attributes of form elements 
    106106    'type', 'rows', 'cols', 'disabled', 'readonly', 'checked', 'multiple', 'value' 
Note: See TracChangeset for help on using the changeset viewer.