summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/file_uploading.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/libraries/file_uploading.html')
-rw-r--r--user_guide/libraries/file_uploading.html4
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">&lt;?php
class Upload extends Controller {
@@ -181,7 +181,7 @@ class Upload extends Controller {
}
}
}
-?></textarea>
+?&gt;</textarea>
<h2>The Upload Folder</h2>