Opened 17 years ago
Closed 17 years ago
#2639 closed Bug (fixed)
Incorrect class definition (double quotes)
| Reported by: | Xirt | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.6.3 |
| Keywords: | Pending WorksForMe | Cc: |
Description
When using FCKeditor within a PHP page the given HTML code (input) is rewritten wrong by FCKeditor. In WYSIWYG mode the following replacement is occuring:
class='className'
becomes:
class="'className'"
Because of this double quotation the class is not recognized and the element will not display according to the given stylesheet.
Windows XP SP3, FireFox 3.03
Change History (2)
comment:1 Changed 17 years ago by
| Keywords: | Pending WorksForMe added |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

Please, provide a sample url to test the problem or attach here some test page