summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-04-02 15:14:36 +0000
committerLuke Bratch <luke@bratch.co.uk>2019-04-02 15:14:36 +0000
commit8aa82bb446b709cfd866966ba4e95554f4495a7d (patch)
tree4d74a6d00c53764ed24c58dd20fec2f05be5eedc
parentdf2f660fe752a7ed4f813ca26bb51fab1803fdd9 (diff)
parent54d93e26fe9fc7a17e72ad07afbd02e2b491924a (diff)
Merge branch 'allow-tex-flow-through' into 'master'HEADmaster
Add break to prevent "tex" types flowing through to "text" types See merge request l_bratch/blaupload!5
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 8de2218..9868f29 100644
--- a/index.php
+++ b/index.php
@@ -307,6 +307,7 @@ foreach ($fileCollection as $item) {
break;
case "tex":
$icon="tex";
+ break;
case "txt":
case "rtf":
case "log":