From 0afbd86d32a94c3b11c6cbe4204e66d8cfa1da3a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 15 Dec 2010 03:04:38 +0000 Subject: =?UTF-8?q?#984374=20by=20zeta=20=CE=B6:=20Remove=20duplicate=20co?= =?UTF-8?q?de=20in=20toolbar=20module.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/toolbar/toolbar.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/toolbar/toolbar.module') diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index 8c8916bfe..a05bbe2f3 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -91,13 +91,12 @@ function toolbar_toggle_page() { function theme_toolbar_toggle($variables) { if ($variables['collapsed']) { $toggle_text = t('Show shortcuts'); - return '' . $toggle_text . ''; } else { $toggle_text = t('Hide shortcuts'); $variables['attributes']['class'][] = 'toggle-active'; - return '' . $toggle_text . ''; } + return '' . $toggle_text . ''; } /** -- cgit v1.2.3