summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-12-18 18:49:16 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-12-18 18:49:16 +0100
commitd8034f098c1a5602e53ae3a3090083aba126f042 (patch)
tree14bda3a7b2b1fc4d9bec092c37ec79174df9d7c6 /application
parent00700eed01f6827add0a9a75aea652ba7ad213ed (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.php2
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">/&lt;ID&gt;/rmd</span> convert markdown to HTML</li>
<li><span class="example">/&lt;ID&gt;/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">/&lt;ID&gt;/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">/&lt;ID&gt;/qr</span> and <span class="example">/&lt;ID&gt;/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 }; ?>