From c3766a92e428d5124ad731d6bcb3bb83ec4c0134 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Fri, 19 May 2017 17:13:27 +0200 Subject: [PATCH] fixed typo --- inc/Menu/Item/AbstractItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Menu/Item/AbstractItem.php b/inc/Menu/Item/AbstractItem.php index f47cd0ef2..001dcf8ec 100644 --- a/inc/Menu/Item/AbstractItem.php +++ b/inc/Menu/Item/AbstractItem.php @@ -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; -- GitLab