commit | feba2de9287ed2c5d43e555fc52ce2bdedfed0d9 | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:25:30 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:25:30 2011 -0500 |
tree | 2a74dd6c1fc3dc33d17418914c311863151994cc | |
parent | 8761ef56b465a190489ed555c6a0ab58470bfc73 [diff] [blame] |
Whitespace tweaks to put code examples in line with our guidelines
diff --git a/user_guide/libraries/cart.html b/user_guide/libraries/cart.html index bc0721b..fe87a23 100644 --- a/user_guide/libraries/cart.html +++ b/user_guide/libraries/cart.html
@@ -178,7 +178,7 @@ <?php $i = 1; ?> -<?php foreach($this->cart->contents() as $items): ?> +<?php foreach ($this->cart->contents() as $items): ?> <?php echo form_hidden($i.'[rowid]', $items['rowid']); ?>