diff --git a/api/js/etemplate/et2_widget_vfs.js b/api/js/etemplate/et2_widget_vfs.js index 8059c8da2d..8e34a8562b 100644 --- a/api/js/etemplate/et2_widget_vfs.js +++ b/api/js/etemplate/et2_widget_vfs.js @@ -362,7 +362,7 @@ var et2_vfsPath = (function(){ "use strict"; return et2_vfsName.extend( .text(text) //.attr('title', egw.decodePath(path)) .click({data:path, egw: this.egw()}, function(e) { - e.data.egw.open({path: e.data.data, type:'httpd/unix-directory'}, "file"); + e.data.egw.open({path: egw.encodePath(e.data.data), type:'httpd/unix-directory'}, "file"); }) .prependTo(this.span); if(image)