Opened 11 years ago
Last modified 11 years ago
#11102 closed Bug
CKEDITOR.template does not accept new line characters — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3.2 |
Component: | General | Version: | 4.0 Beta |
Keywords: | Cc: |
Description
This will throw an error:
new CKEDITOR.template( '{foo},\n {bar}' ).output( { foo: 1, bar: 2 } );