diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/upload_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index d8f2748c1..9b2115cb0 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -42,7 +42,7 @@ document.write('\ <li><span class="example">/<ID>/rmd</span> convert markdown to HTML</li> <li><span class="example">/<ID>/ascii</span> convert text with ANSI (shell) escape codes to HTML</li> </ul> -<p>If your upload is not detected as text, only <span class="example">/<ID>/qr</span> will work as above and all others will simply return the file with the detected MIME type.</p> +<p>If your upload is not detected as text, only <span class="example">/<ID>/qr</span> and <span class="example">/<ID>/plain</span> will work as above and all others will simply return the file with the detected MIME type.</p> <br /> <?php if($contact_me_url) {?><p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p> <br /><?php }; ?> |