Ignore:
Timestamp:
12/29/09 08:16:25 (2 years ago)
Author:
PaulHarvey
Message:

Item2447: Merge fix for problems with heading, normal etc. formats from release branch. Still broken in IE6, will create a new task for that.

Location:
trunk/TinyMCEPlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin

  • trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm

    r5746 r5869  
    1919 
    2020our $VERSION           = '$Rev$'; 
    21 our $RELEASE           = '25 Nov 2009'; 
     21our $RELEASE           = '29 Dec 2009'; 
    2222our $SHORTDESCRIPTION  = 'Integration of the Tiny MCE WYSIWYG Editor'; 
    2323our $NO_PREFS_IN_TOPIC = 1; 
     
    4848theme_advanced_toolbar_align : "left", 
    4949foswikibuttons_formats : [ 
    50 { name: "Normal", el: "div", style: null }, 
     50{ name: "Normal", el: 'div', style: null }, 
    5151{ name: "Heading 1", el: "h1", style: null }, 
    5252{ name: "Heading 2", el: "h2", style: null }, 
Note: See TracChangeset for help on using the changeset viewer.