From 0a625344aacff7724524d476b9b457b958242804 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 27 Feb 2014 23:18:27 +0100 Subject: [PATCH] fixed a bunch of typos and errors --- Tabs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tabs.php b/Tabs.php index 2192746..29505f0 100644 --- a/Tabs.php +++ b/Tabs.php @@ -92,7 +92,7 @@ class Tabs extends Widget */ public $encodeLabels = true; /** - * @var string, specifies the Bootstrap tab styling. + * @var string specifies the Bootstrap tab styling. */ public $navType = 'nav-tabs';