diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-04-03 16:28:15 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-04-03 16:28:15 +0200 |
commit | 8754866a311a79fb323d6abea20bf0daa0bf42c3 (patch) | |
tree | d908f0352d78eae9e974d5034e81ed551077326f /core/templates | |
parent | 39d134037130fb24173efc55440f5ab7fc91d812 (diff) | |
download | nextcloud-server-8754866a311a79fb323d6abea20bf0daa0bf42c3.tar.gz nextcloud-server-8754866a311a79fb323d6abea20bf0daa0bf42c3.zip |
Fix markup of file names in file picker
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'core/templates')
-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 6d55689fe3d..d9382bef029 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -47,7 +47,7 @@ <span class="filename-parts"> <span class="filename-parts__first">{filename1}</span> <span class="filename-parts__last">{filename2}</span> - </div> + </span> </td> <td class="filesize" style="color:rgb({sizeColor}, {sizeColor}, {sizeColor})"> |