From 0aa65aefe7fb4b61b196c17dcbcb4a1aac825b68 Mon Sep 17 00:00:00 2001 From: Issam Taboubi Date: Fri, 9 Apr 2021 17:10:19 -0400 Subject: [PATCH] MDL-71303 core: HTML not escaped in block skip link --- lib/templates/block.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/block.mustache b/lib/templates/block.mustache index c2f14818078..dcee86b4eeb 100644 --- a/lib/templates/block.mustache +++ b/lib/templates/block.mustache @@ -16,7 +16,7 @@ }} {{! Block Skip Link }} {{#showskiplink}} - {{#str}}skipa, access, {{title}}{{/str}} + {{#str}}skipa, access, {{{title}}}{{/str}} {{/showskiplink}} {{! Start Block Container }}