From bf02f2e91c6d867e357a4263ab7a0a485ce9b948 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 9 Oct 2017 11:38:00 +0800 Subject: [PATCH] MDL-60373 core: Do not show title if there is no title --- lib/templates/pix_icon_fontawesome.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/pix_icon_fontawesome.mustache b/lib/templates/pix_icon_fontawesome.mustache index df700c5dfcc..7f95b6c292d 100644 --- a/lib/templates/pix_icon_fontawesome.mustache +++ b/lib/templates/pix_icon_fontawesome.mustache @@ -43,7 +43,7 @@ }} {{^unmappedIcon}} - + {{/unmappedIcon}} {{#unmappedIcon}} {{! We cannot include the pix_icon template directly here because we don't have all the mustache helpers loaded. }} -- 2.43.0