Index: /CKEditor.NET/trunk/_Samples/AttachEvents.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/AttachEvents.aspx	(revision 6527)
+++ /CKEditor.NET/trunk/_Samples/AttachEvents.aspx	(revision 6528)
@@ -51,12 +51,13 @@
 		</CKEditor:CKEditorControl>
 	<div id="footer">
-	<hr />
-	<p>
-		CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
-	</p>
-	<p id="copy">
-		Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
-		Knabben. All rights reserved.
-	</p>
+		<hr />
+		<p>
+			CKEditor &mdash; The text editor for the Internet &mdash; <a class="samples" href="http://ckeditor.com/">
+				http://ckeditor.com</a>
+		</p>
+		<p id="copy">
+			Copyright &copy; 2003&ndash;2011, <a class="samples" href="http://cksource.com/">CKSource</a>
+			&mdash; Frederico Knabben. All rights reserved.
+		</p>
 	</div>
 	</form>
Index: /CKEditor.NET/trunk/_Samples/SampleConfig.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/SampleConfig.aspx	(revision 6527)
+++ /CKEditor.NET/trunk/_Samples/SampleConfig.aspx	(revision 6528)
@@ -3,5 +3,5 @@
 	protected void Page_Load(object sender, EventArgs e)
 	{
-		//	Remember: the configuration set in the code file is more important, than set in tags on the aspx page.
+		//Please note that the configuration set in the source file is more important than the one set in tags on the .aspx page.
 		CKEditor1.config.uiColor = "#BFEE62";
 		CKEditor1.config.language = "de";
@@ -32,5 +32,5 @@
 <pre class="samples"><span style="color: #0000ff">&lt;</span><span style="color: #a52a2a">CKEditor</span><span style="color: #0000ff">:<span style="color: #a52a2a">CKEditorControl </span></span><span style="color: #ff0000">ID</span><span style="color: #0000ff">=&quot;CKEditor1&quot; </span><span style="color: #ff0000">runat</span><span style="color: #0000ff">=&quot;server&quot; </span><span style="color: #ff0000">UIColor</span><span style="color: #0000ff">=&quot;#BFEE62&quot; </span><span style="color: #ff0000">Language</span><span style="color: #0000ff">=&quot;de&quot; </span><span style="color: #ff0000">EnterMode</span><span style="color: #0000ff">=&quot;BR&quot;&gt;</span>
 <span style="color: #0000ff">&lt;<span>/</span><span style="color: #a52a2a">CKEditor</span>:<span style="color: #a52a2a">CKEditorControl</span>&gt;</span></pre>
-		<p><br />
+		<p>
 			The configuration can also be placed in the source file:
 		</p>
Index: /CKEditor.NET/trunk/_Samples/SubmitData.aspx
===================================================================
--- /CKEditor.NET/trunk/_Samples/SubmitData.aspx	(revision 6527)
+++ /CKEditor.NET/trunk/_Samples/SubmitData.aspx	(revision 6528)
@@ -3,5 +3,5 @@
 protected void Page_Load(object sender, EventArgs e)
 {
-	//Add CKEditor ouput HTML to the <pre> tag.
+	//Add CKEditor output HTML to the <pre> tag.
 	preCKEditorData.InnerText = CKEditor1.Text; 
 }
@@ -29,5 +29,5 @@
 	<pre class="samples"><span style="color: #0000ff">protected void</span> Page_Load(<span style="color: #0000ff">object</span> sender, <span style="color: #2b91af">EventArgs</span> e)
 {
-    <span style="color: #008000">//Add CKEditor ouput HTML to the &lt;pre&gt; tag.</span>
+    <span style="color: #008000">//Add CKEditor output HTML to the &lt;pre&gt; tag.</span>
     preCKEditorData.InnerText = CKEditor1.Text; 
 }</pre>
