aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/icon/application/x-stuffit.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/views/default/file/icon/application/x-stuffit.php')
-rw-r--r--mod/file/views/default/file/icon/application/x-stuffit.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/mod/file/views/default/file/icon/application/x-stuffit.php b/mod/file/views/default/file/icon/application/x-stuffit.php
index 72f839732..7491e77a9 100644
--- a/mod/file/views/default/file/icon/application/x-stuffit.php
+++ b/mod/file/views/default/file/icon/application/x-stuffit.php
@@ -1,5 +1,6 @@
<?php
+/**
+ * Stuffit icon
+ */
- echo elgg_view('file/icon/archive',$vars);
-
-?> \ No newline at end of file
+echo elgg_view('file/icon/archive', $vars);