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

This commit is contained in:
Issam Taboubi
2021-04-09 17:10:19 -04:00
parent 18aafd0ed4
commit 0aa65aefe7
+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 }}