Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 5092)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 5093)
@@ -38,4 +38,6 @@
 		New Features and Improvements:</p>
 	<ul>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/5104">#5104</a>] Fixed
+			compatibility with Gecko browsers released in 2010 in ColdFusion sever side integration files.</li>
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4765">#4765</a>] Fixed
 			potential function name clash in built-in file browser with future versions of ColdFusion.</li>
Index: /FCKeditor/trunk/fckutils.cfm
===================================================================
--- /FCKeditor/trunk/fckutils.cfm	(revision 5092)
+++ /FCKeditor/trunk/fckutils.cfm	(revision 5093)
@@ -45,5 +45,5 @@
 	{
 		// try to extract Gecko version date
-		stResult = reFind( "gecko/(200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
+		stResult = reFind( "gecko/([0-9]{8})", sAgent, 1, true );
 		if( arrayLen( stResult.pos ) eq 2 )
 		{
