diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-29 18:21:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-29 18:21:31 +0100 |
commit | 6aefd8389b4eb895319fe5de6f13198d8dc03a46 (patch) | |
tree | 4dc25106484d8250eb0af3810b67d7ea4c2ba416 /core/templates | |
parent | 8abde7702aae10b1ed25409a38efd64f9dc45e81 (diff) | |
parent | ac7c7782ff0681e6f192e4f0b9858af753cb7234 (diff) | |
download | nextcloud-server-6aefd8389b4eb895319fe5de6f13198d8dc03a46.tar.gz nextcloud-server-6aefd8389b4eb895319fe5de6f13198d8dc03a46.zip |
Merge pull request #12732 from nextcloud/polishing-fixes
Polishing fixes
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 090e6bce773..2f61d32f3f4 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -7,7 +7,7 @@ <div class="icon-folder"></div> <h2>{emptytext}</h2> </div> - <table id="filestable" class="filelist list-container view-grid"> + <table id="picker-filestable" class="filelist list-container view-grid"> <thead> <tr> <th id="headerName" class="column-name"> |