HTML source indentation for ckeditor
问题 When you add some code to a ckeditor in HTML view and then change to WYSIWYG view and come back, almost all HTML tags have been modified and have loose the indentation. Is there any way to prevent this behaviour? (parameter, plugin, hard code...) For example: <div class="former input"> <span class="big horizontal"> <label for="test">Hi world</label> <input class="medium free" id="test" name="test" type="text" /> </span> </div> Becomes: <div class="former input"> <span class="big horizontal">