diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:25:30 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:25:30 +0100 |
commit | feba2de9287ed2c5d43e555fc52ce2bdedfed0d9 (patch) | |
tree | 2a74dd6c1fc3dc33d17418914c311863151994cc /user_guide/libraries/file_uploading.html | |
parent | 8761ef56b465a190489ed555c6a0ab58470bfc73 (diff) |
Whitespace tweaks to put code examples in line with our guidelines
Diffstat (limited to 'user_guide/libraries/file_uploading.html')
-rw-r--r-- | user_guide/libraries/file_uploading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index c5eab4695..5c3162819 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -125,7 +125,7 @@ In it, place this code and save it to your <samp>applications/views/</samp> fold <h3>Your file was successfully uploaded!</h3> <ul> -<?php foreach($upload_data as $item => $value):?> +<?php foreach ($upload_data as $item => $value):?> <li><?php echo $item;?>: <?php echo $value;?></li> <?php endforeach; ?> </ul> |