Skip to content

Commit

Permalink
Change of <i> to <em> for WCAG support - refs #7898
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Oct 14, 2015
1 parent 71a8b34 commit b6d1107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/display.lib.php
Expand Up @@ -2215,7 +2215,7 @@ public static function returnFontAswesomeIcon(
$className .= " $aditionalClass";
}

$icon = self::tag('i', null, ['class' => $className]);
$icon = self::tag('em', null, ['class' => $className]);

return "$icon ";
}
Expand Down

0 comments on commit b6d1107

Please sign in to comment.