﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13631	Less Than '<' and Greater Than '>' not allowed in Courier New Monospace	Gregg Current		"== Steps to reproduce ==

1. Enter text ""Click <Finish>.""
2. Highlight the text ""<OK>"" and set the font to Courier New
3. Save the text.
4. Reload the text. (I am using CKEditor in a database application so the text is stored in a record for redisplay) 
== Expected result ==
""Click"" and ""."" will be displayed in the default (Ariel?) and the ""<OK>"" will be displayed in Courier New

== Actual result ==
Click . in default font

== Other details (browser, OS, CKEditor version, installed plugins) ==
CKEditor 4.5.2 Full version
Browser Safari 7.1.7

This also happens when I save the marked up text to an HTML file and try to display the page.
<p>Click &lt;<span style=&quot;font-family:courier new,courier,monospace&quot;>OK&gt;</span>.</p>
Displays the Click < in default font OK in Courier New and >. in default font

<p>Click <span style=&quot;font-family:courier new,courier,monospace&quot;>&lt;OK&gt;&nbsp;</span>.</p>
Displays Click . in default font
"	Bug	closed	Normal		General		invalid		
