Opened 16 years ago
Closed 13 years ago
#4025 closed Bug (fixed)
Attribute values in single style quotes
Reported by: | Artur Formella | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | |
Keywords: | Cc: |
Description ¶
Insert in source mode:
<a href='javascript:void(0)' onclick='wpakuj("ajax.php?co=sb_style&n=0","sb_div2")'>Old SB</a>
Switch to WYSIWYG and back to Source.
Results:
<a co="sb_style&n=0","sb_div2")"" href="javascript:void(0)" onclick="wpakuj(">Stary SB</a>
Note: result is an invalid HTML.

Change History (2)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.x |
---|

Milestone CKEditor 3.x deleted