summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/cart.html
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/libraries/cart.html
parent8761ef56b465a190489ed555c6a0ab58470bfc73 (diff)
Whitespace tweaks to put code examples in line with our guidelines
Diffstat (limited to 'user_guide/libraries/cart.html')
-rw-r--r--user_guide/libraries/cart.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/cart.html b/user_guide/libraries/cart.html
index bc0721bb4..fe87a23f2 100644
--- a/user_guide/libraries/cart.html
+++ b/user_guide/libraries/cart.html
@@ -178,7 +178,7 @@ $this->cart->insert($data);
&lt;?php $i = 1; ?>
-&lt;?php foreach($this->cart->contents() as $items): ?>
+&lt;?php foreach ($this->cart->contents() as $items): ?>
&lt;?php echo form_hidden($i.'[rowid]', $items['rowid']); ?>