diff --git a/inc/Menu/Item/AbstractItem.php b/inc/Menu/Item/AbstractItem.php
index f47cd0ef2e6ff16c24d93a5e8bf2d2f8829ad70e..001dcf8ec9e5313b7aa6a9d8dba4ea879a1187c2 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;