diff options
author | toonn <toonn@toonn.io> | 2019-06-06 21:00:28 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-06-06 21:00:28 +0200 |
commit | 41b5584435dbf13481aacf79b1c650431e894e51 (patch) | |
tree | 8273d5c2a73afd5645358baaefc71666670f3f28 | |
parent | 2021c924f1bbed02cc47ebcb21d11c20e8ab5f86 (diff) | |
parent | c85c17cc52c8ab720674f5c5f56ee1a2cdac22b1 (diff) | |
download | ranger-41b5584435dbf13481aacf79b1c650431e894e51.tar.gz |
Merge branch 'scope_svg'
-rwxr-xr-x | ranger/data/scope.sh | 2 |
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;; |