diff options
author | Mario <mario@mariovavti.com> | 2024-12-05 13:14:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-12-05 13:14:07 +0000 |
commit | 2e13640ab4dfcc30d124206c81b9a0e0c8c35db3 (patch) | |
tree | c2eae777771a2955dee5661f2a00422b46e3127a | |
parent | 277b4f7d10979b33e0b1b55ed47392c0b5716ba5 (diff) | |
download | volse-hubzilla-2e13640ab4dfcc30d124206c81b9a0e0c8c35db3.tar.gz volse-hubzilla-2e13640ab4dfcc30d124206c81b9a0e0c8c35db3.tar.bz2 volse-hubzilla-2e13640ab4dfcc30d124206c81b9a0e0c8c35db3.zip |
wrong class
-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', |