fixed missing </p> in guide
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index d9a3787..1d5a47f 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -76,7 +76,7 @@
 
 <code>$this->load->library('email');</code>
 
-<p>Once loaded, the library will be ready for use, using <kbd>$this->email-></kbd><samp><em>some_function</em>()</samp>.
+<p>Once loaded, the library will be ready for use, using <kbd>$this->email-></kbd><samp><em>some_function</em>()</samp>.</p>
 
 <p>Library files can be stored in subdirectories within the main "libraries" folder, or within your personal <dfn>application/libraries</dfn> folder.  
 To load a file located in a subdirectory, simply include the path, relative to the "libraries" folder.