Ignore:
Timestamp:
11/17/08 12:03:11 (4 years ago)
Author:
WanWizard
Message:

fixed TinyMCE template to allow the style attribute on img tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/_load_tinymce.tpl

    r1935 r2052  
    5959        plugin_insertdate_timeFormat:'%H:%M:%S', 
    6060        invalid_elements:'script,object,applet,iframe', 
    61         extended_valid_elements:'a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]' 
     61        extended_valid_elements:'a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|style],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]' 
    6262        }); 
    6363    } 
Note: See TracChangeset for help on using the changeset viewer.