MDL-71303 core: HTML not escaped in block skip link

This commit is contained in:
Issam Taboubi
2021-04-09 17:27:51 -04:00
parent 89cab88a3a
commit f3499b80c6
+1 -1
View File
@@ -16,7 +16,7 @@
}}
{{! Block Skip Link }}
{{#showskiplink}}
<a href="#sb-{{skipid}}" class="sr-only sr-only-focusable">{{#str}}skipa, access, {{title}}{{/str}}</a>
<a href="#sb-{{skipid}}" class="sr-only sr-only-focusable">{{#str}}skipa, access, {{{title}}}{{/str}}</a>
{{/showskiplink}}
{{! Start Block Container }}