Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 1716)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 1717)
@@ -83,4 +83,6 @@
 			an important bug regarding styles removal on styled text boundaries, introduced
 			with the 2.6 Beta 1. </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>
Index: /FCKeditor/trunk/editor/_source/internals/fcktools.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fcktools.js	(revision 1716)
+++ /FCKeditor/trunk/editor/_source/internals/fcktools.js	(revision 1717)
@@ -130,5 +130,5 @@
 			{
 				// The string may have several URLs separated by comma.
-				return this.GetStyleHtml( cssFileOrArrayOrDef.split(',') ) ;
+				return this.GetStyleHtml( cssFileOrArrayOrDef.split(','), markTemp ) ;
 			}
 			else
