allura
Révision | 77ce8da14e3c09d88e4c2406ecb3e106a726d727 (tree) |
---|---|
l'heure | 2012-07-16 22:01:04 |
Auteur | Igor Bondarenko <jetmind2@gmai...> |
Commiter | Igor Bondarenko |
[#4189] ticket:116 apply h.really_unicode to file path in repo
@@ -444,7 +444,7 @@ class TreeBrowser(BaseController): | ||
444 | 444 | |
445 | 445 | @expose() |
446 | 446 | def _lookup(self, next, *rest): |
447 | - next=unquote(next) | |
447 | + next = h.really_unicode(unquote(next)) | |
448 | 448 | if not rest: |
449 | 449 | # Might be a file rather than a dir |
450 | 450 | filename = h.really_unicode( |