summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-02 15:26:37 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-02 15:26:37 +0100
commiteebf19e2e6280168a76f0844d493612e1bfb6120 (patch)
tree2388f21f9d01eed7dcae33b442b47aa6d2d98a77 /apps
parent84b8cb12be60b2d513f31181792d4c0ff35a827d (diff)
downloadnextcloud-server-eebf19e2e6280168a76f0844d493612e1bfb6120.tar.gz
nextcloud-server-eebf19e2e6280168a76f0844d493612e1bfb6120.zip
Fix Scrutinizer issue
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/js/public.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js
index 2581f77c63f..2142dec1218 100644
--- a/apps/files_sharing/js/public.js
+++ b/apps/files_sharing/js/public.js
@@ -116,7 +116,8 @@ OCA.Sharing.PublicApp = {
scalingup: 0
};
- var imgcontainer = $('<a href="' + $('#previewURL').val() + '" target="_blank"><img class="publicpreview" alt=""></a>');
+ var imgcontainer = $('<a href="' + $('#previewURL').val()
+ + '" target="_blank"><img class="publicpreview" alt=""></a>');
var img = imgcontainer.find('.publicpreview');
img.css({
'max-width': previewWidth,