diff options
Diffstat (limited to 'core/templates/filepicker.html')
-rw-r--r-- | core/templates/filepicker.html | 2 |
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> |