From d8034f098c1a5602e53ae3a3090083aba126f042 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 18 Dec 2011 18:49:16 +0100 Subject: uplaod_from: fix feature description for binary files /ID/plain will work too. Signed-off-by: Florian Pritz --- application/views/file/upload_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('\
  • /<ID>/rmd convert markdown to HTML
  • /<ID>/ascii convert text with ANSI (shell) escape codes to HTML
  • -

    If your upload is not detected as text, only /<ID>/qr will work as above and all others will simply return the file with the detected MIME type.

    +

    If your upload is not detected as text, only /<ID>/qr and /<ID>/plain will work as above and all others will simply return the file with the detected MIME type.


    If you experience any problems feel free to contact me.


    -- cgit v1.2.3-24-g4f1b