Skip to content

Commit

Permalink
Merge pull request #14946 from nextcloud/fix-markup-of-file-names-in-…
Browse files Browse the repository at this point in the history
…file-picker

Fix markup of file names in file picker
  • Loading branch information
MorrisJobke authored Apr 3, 2019
2 parents f73f7bb + 8754866 commit 3dde4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/filepicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>{emptytext}</h2>
<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})">
Expand Down

0 comments on commit 3dde4b0

Please sign in to comment.