From 4d80bc33b8924038bd1ca57d548828afe661bb42 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 03:10:57 +0000 Subject: Refs #2700 replaced most underscores with hyphens - there may be broken display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/navigation/tabs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/navigation/tabs.php') diff --git a/views/default/navigation/tabs.php b/views/default/navigation/tabs.php index fd6d8b8fe..582b56bbe 100644 --- a/views/default/navigation/tabs.php +++ b/views/default/navigation/tabs.php @@ -15,7 +15,7 @@ $type = (isset($vars['type'])) ? $vars['type'] : 'horizontal'; if ($type == 'horizontal') { - $type_class = "elgg_horizontal_tabbed_nav margin_top"; + $type_class = "elgg-horizontal-tabbed-nav margin-top"; } else { $type_class = "elgg_vertical_tabbed_nav"; } -- cgit v1.2.3