Changeset 02cf44e in github


Ignore:
Timestamp:
May 12, 2012 9:36:51 AM (13 months ago)
Author:
Aleksander Machniak <alec@…>
Branches:
release-0.8
Children:
39eb4ee, d1f7432
Parents:
6236838
Message:

Fix handling of "usemap" attribute (#1488472)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r6236838 r02cf44e  
    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

    r6236838 r02cf44e  
    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.