From 8754866a311a79fb323d6abea20bf0daa0bf42c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= <danxuliu@gmail.com> Date: Wed, 3 Apr 2019 16:28:15 +0200 Subject: [PATCH] Fix markup of file names in file picker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> --- core/templates/filepicker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})"> -- GitLab