Opened 15 years ago
Closed 15 years ago
#3689 closed Bug (fixed)
Unneeded unicode character found in English translation files
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Oracle Review+ | Cc: | Senthil |
Description
L670 of en.js says
toolbar : 'Link\u200b', // IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
The \u200b character is no longer needed - the issue it was meant to fix was fixed in #2952. Now it is appearing as an extra space in some browsers.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 3689.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [3637].
Click here for more info about our SVN system.