Ver código fonte

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

This reverts commit 2ffd30378fb630ff41cb8eaaa14710d22d7b7e10.
Romain Rigaux 5 anos atrás
pai
commit
de7e0b6ac7

+ 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="text: label"></span>
+      <span data-bind="html: label"></span>
     </div>
   </a>
 </script>