Changeset 5237
- Timestamp:
- 03/12/10 04:53:21 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/link/dialogs/link.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5236 r5237 65 65 <li><a href="http://dev.fckeditor.net/ticket/5118">#5118</a> : Arrow keys navigation in RTL languages is incorrect.</li> 66 66 <li><a href="http://dev.fckeditor.net/ticket/4721">#4721</a> : Remove attribute 'value' of checkbox in IE.</li> 67 <li><a href="http://dev.fckeditor.net/ticket/5278">#5278</a> : IE: Add validation to check for bad window names of popup window.</li> 67 68 </ul> 68 69 <h3> -
CKEditor/trunk/_source/plugins/link/dialogs/link.js
r5222 r5237 782 782 data.target = {}; 783 783 784 data.target.name = this.getValue() ;784 data.target.name = this.getValue().replace(/\W/gi, ''); 785 785 } 786 786 }
Note: See TracChangeset
for help on using the changeset viewer.
