Opened 15 years ago

Closed 15 years ago

#3277 closed New Feature (duplicate)

Add configuration entry for newlines in code formatter.

Reported by: Martin Kou Owned by: Martin Kou
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.0
Component: General Version: SVN (CKEditor) - OLD
Keywords: Oracle Cc: Senthil

Description

Currently the editor is outputting HTML code like this for block tags:

<p>
	This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>

The newline after the <p> tag is breaking the HTML validator at Oracle, which is expecting 2.6.x HTML syntax. There should be some option to stop the newline from being outputted at the code formatter to preserve backward compatibility.

Change History (1)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: duplicate
Status: newclosed

DUP of #3260

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy