Closed (fixed)
Project:
Linkit
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2010 at 19:30 UTC
Updated:
13 Aug 2010 at 06:20 UTC
When inserting or edit a "a" tag "link_text" attribute is added to the "a" tag when using CKeditor
This is not W3C Standard
Comments
Comment #1
sense-designsubscribing
Comment #2
njbooher commentedI think this is related to the fix from #831788: Allow inserting links without selecting text/element. After updating my links without selected text come out as
<a href="internal:node/27" link_text="Insecticides for Indoor Use">internal:node/27</a>Comment #3
anonnjbooher, that right. I will take a look at this.
Comment #4
anonI have commited a fix for this.
Its only like 3 lines changed.
Here is the "new" insertLink function
/linkit/editors/cheditor/plugin.js
Comment #5
sense-designworks like a charm