Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 235)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 236)
@@ -44,4 +44,7 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/300">#300</a>] The fck_internal.css
 			file was not validating with the W3C CSS Validation Service.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/336">#336</a>] Ordered list didn't 
+			keep the Type attribute properly (it was converted to lowercase when the properties dialog was 
+			opened again).</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/dialog/fck_listprop.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_listprop.html	(revision 235)
+++ /FCKeditor/trunk/editor/dialog/fck_listprop.html	(revision 236)
@@ -61,5 +61,5 @@
 	{
 		if ( oActiveEl.getAttribute('type') )
-			oActiveSel.value = oActiveEl.getAttribute('type').toLowerCase() ;
+			oActiveSel.value = oActiveEl.getAttribute('type') ;
 	}
 
