summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/loader.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-07-05 13:47:38 +0200
committerDerek Allard <derek.allard@ellislab.com>2010-07-05 13:47:38 +0200
commit8d027fad2fe50fa05b6bb967883a9ddfa673c746 (patch)
tree03ba951ce53db0fe4ba7f9bc66fde0cd06adb7f4 /user_guide/libraries/loader.html
parentf597dd19ef20e4bff70ad10bf794aab3915d693d (diff)
fixed missing </p> in guide
Diffstat (limited to 'user_guide/libraries/loader.html')
-rw-r--r--user_guide/libraries/loader.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index d9a3787cb..1d5a47f40 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -76,7 +76,7 @@ Note: We use the terms "class" and "library" interchangeably.</p>
<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.