Dotclear


Ignore:
Timestamp:
10/01/18 11:24:07 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Set correct lang attribute (useful for browser/editor spelling) for content (post/page) depending on entry setting, and CK editor UI in user language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcLegacyEditor/js/jsToolBar/jsToolBar.wysiwyg.js

    r3880 r3897  
    188188    } 
    189189 
     190    // Set lang if set for the textarea 
     191    if (This.textarea.lang) { 
     192      doc.documentElement.setAttribute('lang', This.textarea.lang); 
     193    } 
     194 
    190195    This.iwin = This.iframe.contentWindow; 
    191196 
Note: See TracChangeset for help on using the changeset viewer.

Sites map