From 649223759e38c3b58a2798b4970eca3e11d94742 Mon Sep 17 00:00:00 2001 From: Maxim Kerstens Date: Sun, 19 Jul 2015 19:26:31 +0200 Subject: [PATCH] If the icon type is not supported, render it in an tag, allows support for all icon vendors --- src/Caffeinated/Menus/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Caffeinated/Menus/Item.php b/src/Caffeinated/Menus/Item.php index 6ca4d61..af5780d 100644 --- a/src/Caffeinated/Menus/Item.php +++ b/src/Caffeinated/Menus/Item.php @@ -218,7 +218,7 @@ public function icon($icon, $type = 'fontawesome') break; default: - $html = ''; + $html = ''; break; }