﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13115	HTML tags displays in version 4.4.4	Chris		"Having HTML tags display in within ckeditor textarea box. Below is my config.js settings. Example:

1. Input ""<p>Hello </ br></ br>test</p>""
2. Save
3. Displays as when re-open: ""<p>&lt;p&gt;Hello &lt;/ br&gt;&lt;/ br&gt;test&lt;/p&gt;</p>""


--------------
    config.skin = 'bootstrapck';
    config.uiColor = '#EFEFDE';

    config.removePlugins = 'elementspath,resize';
    config.extraPlugins = 'aspspellcheck';
    config.indentOffset = 4;
    /*config.enterMode = CKEDITOR.ENTER_BR;*/
	config.htmlEncodeOutput = true;
  
    config.allowedContent = true;
    config.toolbar_PRACTICE_1 = [
        ['Bold', 'Italic', 'Underline', '-', 'NumberedList', 'BulletedList', '-', 'aspspellcheck', 'Font', 'FontSize', 'TextColor', 'BGColor']
    ];"	Bug	closed	Normal		General		invalid		
