about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-06-06 21:00:28 +0200
committertoonn <toonn@toonn.io>2019-06-06 21:00:28 +0200
commit41b5584435dbf13481aacf79b1c650431e894e51 (patch)
tree8273d5c2a73afd5645358baaefc71666670f3f28
parent2021c924f1bbed02cc47ebcb21d11c20e8ab5f86 (diff)
parentc85c17cc52c8ab720674f5c5f56ee1a2cdac22b1 (diff)
downloadranger-41b5584435dbf13481aacf79b1c650431e894e51.tar.gz
Merge branch 'scope_svg'
-rwxr-xr-xranger/data/scope.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index e9c10916..9202146d 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -101,7 +101,7 @@ handle_image() {
     local mimetype="${1}"
     case "${mimetype}" in
         # SVG
-        # image/svg+xml)
+        # image/svg+xml|image/svg)
         #     convert -- "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6
         #     exit 1;;