Dotclear

Changeset 723:2be9bce19715 for admin/js


Ignore:
Timestamp:
09/16/11 16:46:18 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
default
Message:

Title attribute missing on add link in wysiwyg mode, fixes #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/jsToolBar/jsToolBar.dotclear.js

    r169 r723  
    116116     a.href = data.href; 
    117117     if (data.hreflang) a.setAttribute('hreflang',data.hreflang); 
     118     if (data.title) a.setAttribute('title',data.title); 
    118119     a.appendChild(n); 
    119120     this.insertNode(a); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map