diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/js/mod_cloud.js | 2 | ||||
-rw-r--r-- | view/js/mod_photos.js | 2 |
2 files changed, 2 insertions, 2 deletions
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', |