From 4e2c399d0a6ab1a15136b12c6b0341b4c4813c3b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 1 Jun 2018 20:17:05 +0200 Subject: Fix overflow of text in upload_form 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 40cd862bd..29fbbf571 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -119,7 +119,7 @@

Special filenames:

-
*.asciinema.json or *.cast
treat the file as an asciinema screencast and display a videoplayer for it
+
*.asciinema.json
or *.cast
treat the file as an asciinema screencast and display a videoplayer for it
-- cgit v1.2.3-24-g4f1b