diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-12-18 18:49:16 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-12-18 18:49:16 +0100 |
commit | d8034f098c1a5602e53ae3a3090083aba126f042 (patch) | |
tree | 14bda3a7b2b1fc4d9bec092c37ec79174df9d7c6 /application | |
parent | 00700eed01f6827add0a9a75aea652ba7ad213ed (diff) |
uplaod_from: fix feature description for binary files
/ID/plain will work too.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 }; ?> |