diff --git a/src/html/mod_menu/horizontal_component.php b/src/html/mod_menu/horizontal_component.php
index dfcfa7f..d2887cb 100644
--- a/src/html/mod_menu/horizontal_component.php
+++ b/src/html/mod_menu/horizontal_component.php
@@ -36,10 +36,10 @@ if ($item->menu_icon) {
// The link is an icon
if ($itemParams->get('menu_text', 1)) {
// If the link text is to be displayed, the icon is added with aria-hidden
- $linktype = '' . $item->title;
+ $linktype = '' . $item->title;
} else {
// If the icon itself is the link, it needs a visually hidden text
- $linktype = '' . $item->title . '';
+ $linktype = '' . $item->title . '';
}
}
diff --git a/src/html/mod_menu/horizontal_heading.php b/src/html/mod_menu/horizontal_heading.php
index 990077e..af61674 100644
--- a/src/html/mod_menu/horizontal_heading.php
+++ b/src/html/mod_menu/horizontal_heading.php
@@ -22,10 +22,10 @@ if ($item->menu_icon) {
// The link is an icon
if ($itemParams->get('menu_text', 1)) {
// If the link text is to be displayed, the icon is added with aria-hidden
- $linktype = '' . $item->title;
+ $linktype = '' . $item->title;
} else {
// If the icon itself is the link, it needs a visually hidden text
- $linktype = '' . $item->title . '';
+ $linktype = '' . $item->title . '';
}
}
diff --git a/src/html/mod_menu/horizontal_separator.php b/src/html/mod_menu/horizontal_separator.php
index 2c0c587..42579b9 100644
--- a/src/html/mod_menu/horizontal_separator.php
+++ b/src/html/mod_menu/horizontal_separator.php
@@ -22,10 +22,10 @@ if ($item->menu_icon) {
// The link is an icon
if ($itemParams->get('menu_text', 1)) {
// If the link text is to be displayed, the icon is added with aria-hidden
- $linktype = '' . $item->title;
+ $linktype = '' . $item->title;
} else {
// If the icon itself is the link, it needs a visually hidden text
- $linktype = '' . $item->title . '';
+ $linktype = '' . $item->title . '';
}
}
diff --git a/src/html/mod_menu/horizontal_url.php b/src/html/mod_menu/horizontal_url.php
index 10b380b..1d81553 100644
--- a/src/html/mod_menu/horizontal_url.php
+++ b/src/html/mod_menu/horizontal_url.php
@@ -36,10 +36,10 @@ if ($item->menu_icon) {
// The link is an icon
if ($itemParams->get('menu_text', 1)) {
// If the link text is to be displayed, the icon is added with aria-hidden
- $linktype = '' . $item->title;
+ $linktype = '' . $item->title;
} else {
// If the icon itself is the link, it needs a visually hidden text
- $linktype = '' . $item->title . '';
+ $linktype = '' . $item->title . '';
}
}
diff --git a/src/html/mod_menu/mainmenu_component.php b/src/html/mod_menu/mainmenu_component.php
index dfcfa7f..d2887cb 100644
--- a/src/html/mod_menu/mainmenu_component.php
+++ b/src/html/mod_menu/mainmenu_component.php
@@ -36,10 +36,10 @@ if ($item->menu_icon) {
// The link is an icon
if ($itemParams->get('menu_text', 1)) {
// If the link text is to be displayed, the icon is added with aria-hidden
- $linktype = '' . $item->title;
+ $linktype = '' . $item->title;
} else {
// If the icon itself is the link, it needs a visually hidden text
- $linktype = '' . $item->title . '';
+ $linktype = '' . $item->title . '';
}
}
diff --git a/src/html/mod_menu/mainmenu_heading.php b/src/html/mod_menu/mainmenu_heading.php
index 990077e..af61674 100644
--- a/src/html/mod_menu/mainmenu_heading.php
+++ b/src/html/mod_menu/mainmenu_heading.php
@@ -22,10 +22,10 @@ if ($item->menu_icon) {
// The link is an icon
if ($itemParams->get('menu_text', 1)) {
// If the link text is to be displayed, the icon is added with aria-hidden
- $linktype = '' . $item->title;
+ $linktype = '' . $item->title;
} else {
// If the icon itself is the link, it needs a visually hidden text
- $linktype = '' . $item->title . '';
+ $linktype = '' . $item->title . '';
}
}
diff --git a/src/html/mod_menu/mainmenu_separator.php b/src/html/mod_menu/mainmenu_separator.php
index 2c0c587..42579b9 100644
--- a/src/html/mod_menu/mainmenu_separator.php
+++ b/src/html/mod_menu/mainmenu_separator.php
@@ -22,10 +22,10 @@ if ($item->menu_icon) {
// The link is an icon
if ($itemParams->get('menu_text', 1)) {
// If the link text is to be displayed, the icon is added with aria-hidden
- $linktype = '' . $item->title;
+ $linktype = '' . $item->title;
} else {
// If the icon itself is the link, it needs a visually hidden text
- $linktype = '' . $item->title . '';
+ $linktype = '' . $item->title . '';
}
}
diff --git a/src/html/mod_menu/mainmenu_url.php b/src/html/mod_menu/mainmenu_url.php
index 10b380b..1d81553 100644
--- a/src/html/mod_menu/mainmenu_url.php
+++ b/src/html/mod_menu/mainmenu_url.php
@@ -36,10 +36,10 @@ if ($item->menu_icon) {
// The link is an icon
if ($itemParams->get('menu_text', 1)) {
// If the link text is to be displayed, the icon is added with aria-hidden
- $linktype = '' . $item->title;
+ $linktype = '' . $item->title;
} else {
// If the icon itself is the link, it needs a visually hidden text
- $linktype = '' . $item->title . '';
+ $linktype = '' . $item->title . '';
}
}