Skip to content
Snippets Groups Projects
Commit c3766a92 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed typo

parent 17ef2ab6
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ abstract class AbstractItem {
$attr = buildAttributes($this->getLinkAttributes($classprefix));
$html = "<a $attr>";
$html .= '<span>' . hsc($this->getLabel()) . '</span>';
$html .= inlinSVG($this->getSvg());
$html .= inlineSVG($this->getSvg());
$html .= "</a>";
return $html;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment