summaryrefslogtreecommitdiffstats
path: root/core/templates/filepicker.html
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-05-20 09:44:31 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-05-20 09:44:31 +0200
commit27a5132b46df56dae81799e05bfeeaff27f2e4bb (patch)
treec8105ddf8004847d606ad00e9e24431fe83f4695 /core/templates/filepicker.html
parentc3779555aa38940cb16790407c71bc852b9bd742 (diff)
downloadnextcloud-server-27a5132b46df56dae81799e05bfeeaff27f2e4bb.tar.gz
nextcloud-server-27a5132b46df56dae81799e05bfeeaff27f2e4bb.zip
Don't set image path in template.
Diffstat (limited to 'core/templates/filepicker.html')
-rw-r--r--core/templates/filepicker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html
index 2b7942bd46a..e761fbdb567 100644
--- a/core/templates/filepicker.html
+++ b/core/templates/filepicker.html
@@ -2,7 +2,7 @@
<span class="dirtree"></span>
<ul class="filelist">
<li data-entryname="{filename}" data-type="{type}">
- <img src="{imgsrc}" />
+ <img />
<span class="filename">{filename}</span>
<span class="date">{date}</span>
</li>