Changeset 1773

Show
Ignore:
Timestamp:
2008-03-22 16:53:01 (7 months ago)
Author:
fredck
Message:

Fixed #1980 : By default, the editor now produces <strong> and <em> instead of <b> and <i>.

Location:
FCKeditor/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckconfig.js

    r1748 r1773  
    205205{ 
    206206        // Basic Inline Styles. 
    207         'Bold'                  : { Element : 'b', Overrides : 'strong' }, 
    208         'Italic'                : { Element : 'i', Overrides : 'em' }, 
     207        'Bold'                  : { Element : 'strong', Overrides : 'b' }, 
     208        'Italic'                : { Element : 'em', Overrides : 'i' }, 
    209209        'Underline'             : { Element : 'u' }, 
    210210        'StrikeThrough' : { Element : 'strike' }, 
  • FCKeditor/trunk/fckstyles.xml

    r1565 r1773  
    6969        </Style> 
    7070 
    71         <Style name="Strong Emphasis" element="strong" /> 
    72         <Style name="Emphasis" element="em" /> 
    73  
    7471        <Style name="Big" element="big" /> 
    7572        <Style name="Small" element="small" /> 
  • FCKeditor/trunk/_whatsnew.html

    r1772 r1773  
    4040                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2017">#2017</a>] The FCKeditorAPI.Instances 
    4141                        object can now be used to access all FCKeditor instances available in the page.</li> 
     42                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1980">#1980</a>] <span 
     43                        style="color: #ff0000">Attention:</span> By default, the editor now produces &lt;strong&gt; 
     44                        and &lt;em&gt; instead of &lt;b&gt; and &lt;i&gt;.</li> 
    4245        </ul> 
    4346        <p>