Index: /CKEditor/branches/versions/3.6.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.6.x/CHANGES.html	(revision 6894)
+++ /CKEditor/branches/versions/3.6.x/CHANGES.html	(revision 6895)
@@ -84,12 +84,12 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6718">#6718</a> : Paste from Word command overrides the Force Paste as Plain Text configuration.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6629">#6629</a> : Padding body is no longer needed when the last block is pre-formatted.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/4844">#4844</a> : []IE] Dialog windows fail to load, if there are too many editor instances on the page.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/5788">#5788</a> : HTML parser trims empty spaces following &lt;br&gt; elements.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/4844">#4844</a> : [IE] Dialog windows fail to load if there are too many editor instances on the page.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/5788">#5788</a> : HTML parser trims empty spaces following <code>&lt;br&gt;</code> elements.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7513">#7513</a> : Invalid markup could cause the editor to hang.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6109">#6109</a> : Paste and Paste as Plain Text dialog windows now use the standard <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#commitContent">commitContent</a></code> and <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#setupContent">setupContent</a></code> methods.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/7588">#7588</a> : The editor code now has a protection system to avoid issues when including ckeditor.js more than once in the page.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/7322">#7322</a> : Text font plugin now recognizes font family names which contain quotations.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7588">#7588</a> : The editor code now has a protection system to avoid issues when including <code>ckeditor.js</code> more than once in the page.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7322">#7322</a> : Text font plugin now recognizes font family names that contain quotes.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7540">#7540</a> : Paste from Word introduces wrong spaces.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/7697">#7697</a> : Successive calls of replace() where not working after SCAYT context menu initialization.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7697">#7697</a> : Successive calls of the <code>replace()</code> method did not work after SCAYT context menu initialization.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/7647">#7647</a> : Slovak;</li>
Index: /CKEditor/branches/versions/3.6.x/_samples/placeholder.html
===================================================================
--- /CKEditor/branches/versions/3.6.x/_samples/placeholder.html	(revision 6894)
+++ /CKEditor/branches/versions/3.6.x/_samples/placeholder.html	(revision 6895)
@@ -23,10 +23,10 @@
 	<p>
 		This sample shows how to configure CKEditor instances to use the
-		<strong>placeholder</strong> plugin that lets you insert read-only elements
+		<strong>Placeholder</strong> plugin that lets you insert read-only elements
 		into your content. To enter and modify read-only text, use the
 		<strong>Create Placeholder</strong> button and its matching dialog window.
 	</p>
 	<p>
-		To add a CKEditor instance that uses the <strong>placeholder</strong> plugin and a related
+		To add a CKEditor instance that uses the <code>placeholder</code> plugin and a related
 		<strong>Create Placeholder</strong> toolbar button, insert the following JavaScript
 		call to your code:
@@ -55,5 +55,5 @@
 		<p>
 			<label for="editor1">
-				CKEditor using the <strong>placeholder</strong> plugin with its default configuration:</label>
+				CKEditor using the <code>placeholder</code> plugin with its default configuration:</label>
 			<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is a [[sample placeholder]]. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;. &lt;/p&gt;</textarea>
 			<script type="text/javascript">
