Ignore:
Timestamp:
12/07/09 09:01:15 (2 years ago)
Author:
PaulHarvey
Message:

Item2447: Use null instead of false for blank class attribute in formats list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin/data/System/TinyMCEPlugin.txt

    r5710 r5746  
    6666theme_advanced_toolbar_align : "left", 
    6767foswikibuttons_formats : [ 
    68 { name: "Normal", el: "div", style: false }, 
    69 { name: "Heading 1", el: "h1", style: false }, 
    70 { name: "Heading 2", el: "h2", style: false }, 
    71 { name: "Heading 3", el: "h3", style: false }, 
    72 { name: "Heading 4", el: "h4", style: false }, 
    73 { name: "Heading 5", el: "h5", style: false }, 
    74 { name: "Heading 6", el: "h6", style: false }, 
     68{ name: "Normal", el: "div", style: null }, 
     69{ name: "Heading 1", el: "h1", style: null }, 
     70{ name: "Heading 2", el: "h2", style: null }, 
     71{ name: "Heading 3", el: "h3", style: null }, 
     72{ name: "Heading 4", el: "h4", style: null }, 
     73{ name: "Heading 5", el: "h5", style: null }, 
     74{ name: "Heading 6", el: "h6", style: null }, 
    7575{ name: "VERBATIM", el: "pre", style: "TMLverbatim" }, 
    7676{ name: "LITERAL", el: "span", style: "WYSIWYG_LITERAL" }, 
     
    157157|  Release: | %$RELEASE% | 
    158158|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     159|  07 Dec 2009 | Foswikitask:Item2447: Fix unable to apply "Normal" format in most browsers (IE6 and Google Chrome still affected) | 
    159160|  03 Dec 2009 | Foswikitask:Item1462: Block attachments to unsaved AUTOINC topics | 
    160161|  25 Nov 2009 | Foswikitask:Item2412: Inserting images - fixed a problem where it wasn't easy (impossible unless > 1 attachments) to select the first image in the attachment list; improved layout of dialog window where preview obscures insert/cancel buttons. | 
Note: See TracChangeset for help on using the changeset viewer.