]> source.dussan.org Git - nextcloud-server.git/commit
Replace plus sign with space in files app URL #4932
authorVincent Petry <pvince81@owncloud.com>
Fri, 20 Sep 2013 19:52:40 +0000 (21:52 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 20 Sep 2013 20:08:57 +0000 (22:08 +0200)
commit1962bed261c0124e2d0372bb093c16a510a8f102
tree9aad87d458e02716843fb6bfd15b49396c7cde92
parent5b95e7aa0f0487d7ddb07588c71d25cd973c2bb6
Replace plus sign with space in files app URL #4932

Some apps create URLs to the files app and encode the spaces of a
directory using plus signs.

This fix ensures that plus signs are properly converted back to spaces
when parsing the URL on the JS side.
apps/files/js/filelist.js