mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Merge pull request #14946 from nextcloud/fix-markup-of-file-names-in-file-picker
Fix markup of file names in file picker
This commit is contained in:
commit
3dde4b014c
1 changed files with 1 additions and 1 deletions
|
|
@ -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})">
|
||||
|
|
|
|||
Loading…
Reference in a new issue