Skip to content

Commit

Permalink
MDL-71303 core: HTML not escaped in block skip link
Browse files Browse the repository at this point in the history
  • Loading branch information
taboubi committed Apr 9, 2021
1 parent 18aafd0 commit 0aa65ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/block.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0aa65ae

Please sign in to comment.