summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-02-14 19:25:30 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2011-02-14 19:25:30 +0100
commitfeba2de9287ed2c5d43e555fc52ce2bdedfed0d9 (patch)
tree2a74dd6c1fc3dc33d17418914c311863151994cc /user_guide/database
parent8761ef56b465a190489ed555c6a0ab58470bfc73 (diff)
Whitespace tweaks to put code examples in line with our guidelines
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/utilities.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html
index ac3841641..4a8b6739e 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -96,7 +96,7 @@ already be running, since the utilities class relies on it.</p>
<code>
$dbs = $this->dbutil->list_databases();<br />
<br />
-foreach($dbs as $db)<br />
+foreach ($dbs as $db)<br />
{<br />
&nbsp;&nbsp;&nbsp; echo $db;<br />
}</code>