summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burton <phil@d3r.com>2019-04-02 14:58:10 +0100
committerPhil Burton <phil@d3r.com>2019-04-02 14:58:10 +0100
commit54d93e26fe9fc7a17e72ad07afbd02e2b491924a (patch)
tree4d74a6d00c53764ed24c58dd20fec2f05be5eedc
parent8f8ecd9e1aee461835dce8929ec616c3a77bf582 (diff)
Re-add tex icon and add break to fix bug where we incorrectly flow through to 'text' type
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index f5a6869..9868f29 100644
--- a/index.php
+++ b/index.php
@@ -306,6 +306,8 @@ foreach ($fileCollection as $item) {
$icon="sound2";
break;
case "tex":
+ $icon="tex";
+ break;
case "txt":
case "rtf":
case "log":