]> source.dussan.org Git - nextcloud-server.git/commit
Don't double encode string
authorLukas Reschke <lukas@owncloud.com>
Sat, 10 Jan 2015 00:19:37 +0000 (01:19 +0100)
committerLukas Reschke <lukas@owncloud.com>
Sat, 10 Jan 2015 00:19:37 +0000 (01:19 +0100)
commite4840b5250039d8a5ba092bec4f7923de3e37937
tree204329cde87eefcec6fa742ae1111c7bb87d37f1
parent19b7911d79fca5c88849498298add83bd825565f
Don't double encode string

We already use `.text()` here which automatically properly encodes the string. Thus the string will be double-encoded and look ugly. (i.e. when you search for ">" you will see "No results found for &gt;")

Fixes itself.
apps/files/js/filelist.js