Fix encoding in directory listings

This commit is contained in:
Garret Alfert
2013-07-11 13:44:40 +02:00
parent fa7c7ad020
commit c6059153f8
2 changed files with 18 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ module RemoteStorage
DateTime.rfc2822(entry["last_modified"]).to_i
end
listing.merge!({ CGI.escape(entry_name) => timestamp })
listing.merge!({ entry_name => timestamp })
end
listing