diff --git a/user_guide/general/index.html b/user_guide/general/index.html
index 9ca01f0..b2e89fa 100644
--- a/user_guide/general/index.html
+++ b/user_guide/general/index.html
@@ -12,7 +12,7 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript">

 window.onload = function() {

-	myHeight = new fx.Height('nav', {duration: 400}); 

+	myHeight = new fx.Height('nav', {duration: 400});

 	myHeight.hide();

 }

 </script>

@@ -66,17 +66,17 @@
 curve while making the process as enjoyable as possible.

 </p>

 

-<p>The first step is to <a href="../installation/index.html">install</a> Code Igniter, then read 

+<p>The first step is to <a href="../installation/index.html">install</a> Code Igniter, then read

 all the topics in the <strong>Introduction</strong> section of the Table of Contents.</p>

 

 <p>Next, read each of the <strong>General Topics</strong> pages in order.

 Each topic builds on the previous one, and includes code examples that you are encouraged to try.</p>

 

-<p>Once you understand the basics you'll be ready to explore the <strong>Class Reference</strong> and 

+<p>Once you understand the basics you'll be ready to explore the <strong>Class Reference</strong> and

 <strong>Helper Reference</strong> pages to learn to utilize the native libraries and helper files.</p>

 

-<p>Feel free to take advantage of our <a href="http://www.codeigniter.com/forums/">Community Forums</a> 

-if you have questions or problems, and 

+<p>Feel free to take advantage of our <a href="http://www.codeigniter.com/forums/">Community Forums</a>

+if you have questions or problems, and

 our <a href="http://www.codeigniter.com/wiki/">Wiki</a> to see code examples posted by other users.</p>