diff options
-rw-r--r-- | include/text.php | 2 | ||||
-rw-r--r-- | view/js/mod_cloud.js | 2 | ||||
-rw-r--r-- | view/js/mod_photos.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/text.php b/include/text.php index 98093ca53..dda3e4934 100644 --- a/include/text.php +++ b/include/text.php @@ -3206,7 +3206,7 @@ function getIconFromType($type) { //Common file 'application/octet-stream' => 'bi-file-earmark', //Text - 'text/plain' => 'bi-earmark-text', + 'text/plain' => 'bi-file-earmark-text', 'text/markdown' => 'bi-filetype-md', 'text/bbcode' => 'bi-file-earmark-text', 'text/html' => 'bi-filetype-html', diff --git a/view/js/mod_cloud.js b/view/js/mod_cloud.js index 76cf4318b..9669d86f5 100644 --- a/view/js/mod_cloud.js +++ b/view/js/mod_cloud.js @@ -523,7 +523,7 @@ function getIconFromType(type) { //Common file 'application/octet-stream': 'bi-file-earmark', //Text - 'text/plain': 'bi-earmark-text', + 'text/plain': 'bi-file-earmark-text', 'text/markdown': 'bi-filetype-md', 'text/bbcode': 'bi-file-earmark-text', 'text/html': 'bi-filetype-html', diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index 6ca760af4..ca1d85f0c 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -135,7 +135,7 @@ function getIconFromType(type) { //Common file 'application/octet-stream': 'bi-file-earmark', //Text - 'text/plain': 'bi-earmark-text', + 'text/plain': 'bi-file-earmark-text', 'text/markdown': 'bi-filetype-md', 'text/bbcode': 'bi-file-earmark-text', 'text/html': 'bi-filetype-html', |