summaryrefslogtreecommitdiffstats
path: root/user_guide/general/drivers.html
diff options
context:
space:
mode:
authorBarry Mieny <barry@mieny.com>2010-10-04 16:33:58 +0200
committerBarry Mieny <barry@mieny.com>2010-10-04 16:33:58 +0200
commitdd6719738936be31cdaa1758ca86d5eb14dcab3d (patch)
treeb5ef66e31b2d0f4f2c1cbccc367bde92c156e1f9 /user_guide/general/drivers.html
parent3351fbc56cea19ec3dd603836beb0a420b1ded65 (diff)
Cleanup of stray spaces and tabs
Diffstat (limited to 'user_guide/general/drivers.html')
-rw-r--r--user_guide/general/drivers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/drivers.html b/user_guide/general/drivers.html
index 9c86f0216..3163c11a7 100644
--- a/user_guide/general/drivers.html
+++ b/user_guide/general/drivers.html
@@ -75,7 +75,7 @@ Using CodeIgniter Drivers
<code>$this->some_parent->some_method();</code>
<p>The child classes, the drivers themselves, can then be called directly through the parent class, without initializing them:</p>
-
+
<code>$this->some_parent->child_one->some_method();<br />
$this->some_parent->child_two->another_method();</code>