Ignore:
Timestamp:
12/03/09 01:28:40 (2 years ago)
Author:
PaulHarvey
Message:

Item2447: Possibly dodgy fix to make "normal" format work. Dodgy in that we're relying on WysiwygPlugin to strip divs without explicitly giving it that mission.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm

    r5654 r5707  
    4848theme_advanced_toolbar_align : "left", 
    4949foswikibuttons_formats : [ 
    50 { name: "Normal", el: "", style: null }, 
     50{ name: "Normal", el: "div", style: false }, 
    5151{ name: "Heading 1", el: "h1", style: false }, 
    5252{ name: "Heading 2", el: "h2", style: false }, 
Note: See TracChangeset for help on using the changeset viewer.