Index: CKEditor/trunk/CHANGES.html
===================================================================
--- CKEditor/trunk/CHANGES.html	(revision 6770)
+++ CKEditor/trunk/CHANGES.html	(revision 6793)
@@ -45,4 +45,5 @@
 			Fixed issues:</p>
 	<ul>
+		<li>Added protection against XSS attacks in PHP samples when displaying element names.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7347">#7347</a> : The ENTER key will not any more be caught by the dialog cover element.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6718">#6718</a> : Paste from word command dominates over force paste as plain text configuration.</li>
Index: CKEditor/trunk/_samples/assets/_posteddata.php
===================================================================
--- CKEditor/trunk/_samples/assets/_posteddata.php	(revision 6770)
+++ CKEditor/trunk/_samples/assets/_posteddata.php	(revision 6793)
@@ -40,5 +40,5 @@
 ?>
 		<tr>
-			<th style="vertical-align: top"><?php echo $sForm?></th>
+			<th style="vertical-align: top"><?php echo htmlspecialchars($sForm); ?></th>
 			<td><pre class="samples"><?php echo $postedValue?></pre></td>
 		</tr>
