Эх сурвалжийг харах

HUE-9383 potential Script execution in Share Document UI (asnaik) (#1190)

Co-authored-by: Akhil Naik <asnaik@cloudere.com>
Asnaik HWX 5 жил өмнө
parent
commit
2ffd30378f

+ 1 - 1
desktop/core/src/desktop/templates/common_share.mako

@@ -21,7 +21,7 @@ from django.utils.translation import ugettext as _
   <a>
     <div>
       <i data-bind="css: icon"></i>
-      <span data-bind="html: label"></span>
+      <span data-bind="text: label"></span>
     </div>
   </a>
 </script>