From 1be5a670c87e8642049a12fceb7c5fb531f2d1fc Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Sun, 5 Oct 2025 17:36:34 +0000 Subject: [PATCH] [desktop] for bug 62782 --- apps/common/main/lib/controller/Desktop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/controller/Desktop.js b/apps/common/main/lib/controller/Desktop.js index 48e974b7c6..e2a0d4d852 100644 --- a/apps/common/main/lib/controller/Desktop.js +++ b/apps/common/main/lib/controller/Desktop.js @@ -543,7 +543,7 @@ define([ const _f_ = rawarray[i]; if ( utils.matchFileFormat( _f_.type ) ) { if (_re_name.test(_f_.path)) { - _f_.path = $('
').html(_f_.path); + _f_.path = $('
').html(_f_.path).text(); const name = _re_name.exec(_f_.path)[1], dir = _f_.path.slice(0, _f_.path.length - name.length - 1);