Opened 16 years ago
Closed 16 years ago
#3559 closed Bug (fixed)
CKReleaser is breaking the ui_languages sample
Reported by: | Frederico Caldeira Knabben | Owned by: | Wiktor Walc |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed 3.0RC Review+ | Cc: |
Description
The UI Languages sample in the nightly build is broken because CKReleaser is somehow removing backslash chars from the code when outputting the final sample page.
In the above page, look at line 16. You will find a string containing </script>
, which breaks the page. In the original trunk code we have <\/script>
, which is ok.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 3559.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
This simple patch adds another backlash to keep backslashes in the final output.