diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-12-07 18:04:56 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-12-07 18:04:56 +0100 |
commit | 4b6d493593b7400b7fa81d976fd3dc07ad30fe86 (patch) | |
tree | 47101b0343b13efb34912806a6b21c370e4b75e5 /user_guide/libraries/file_uploading.html | |
parent | 3f45bbdcfabac41fa3ee33277a21727f71de991a (diff) |
changed some code in examples from <?php to <?php in the event that a local install tries to interpret the example as code
Diffstat (limited to 'user_guide/libraries/file_uploading.html')
-rw-r--r-- | user_guide/libraries/file_uploading.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index a840c1ec3..ef8ecf186 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -142,7 +142,7 @@ In it, place this code and save it to your <samp>applications/views/</samp> fold folder:</p> -<textarea class="textarea" style="width:100%" cols="50" rows="43"><?php +<textarea class="textarea" style="width:100%" cols="50" rows="43"><?php class Upload extends Controller { @@ -181,7 +181,7 @@ class Upload extends Controller { } } } -?></textarea> +?></textarea> <h2>The Upload Folder</h2> |