Index: _whatsnew.html
===================================================================
--- _whatsnew.html	(revision 1698)
+++ _whatsnew.html	(working copy)
@@ -67,6 +67,8 @@
 			Fixed XHTML source formatting errors in non-IE browsers.</li>
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2000">#2000</a>] The #
 			character is now properly encoded in file names returned by the File Browser.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2011">#2011</a>] Internal
+			CSS &lt;style&gt; tags where being outputted when FullPage=true.</li>
 	</ul>
 	<h3>
 		Version 2.6 Beta 1</h3>
Index: editor/_source/internals/fcktools.js
===================================================================
--- editor/_source/internals/fcktools.js	(revision 1698)
+++ editor/_source/internals/fcktools.js	(working copy)
@@ -129,7 +129,7 @@
 			if ( /[\\\/\.]\w*$/.test( cssFileOrArrayOrDef ) )
 			{
 				// The string may have several URLs separated by comma.
-				return this.GetStyleHtml( cssFileOrArrayOrDef.split(',') ) ;
+				return this.GetStyleHtml( cssFileOrArrayOrDef.split(','), markTemp ) ;
 			}
 			else
 				return getStyle( this._GetUrlFixedCss( cssFileOrArrayOrDef ), markTemp ) ;
