From a0b5a225d353e5fb1e6ac53c1bf553424291a372 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 30 Nov 2006 07:05:57 +0000 Subject: Removing useless taxonomy.css --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index e12b187eb..dd0c59068 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -151,7 +151,7 @@ function taxonomy_overview_vocabularies() { ); } if (empty($rows)) { - $rows[] = array(array('data' => t('No categories available.'), 'colspan' => '5', 'class' => 'message')); + $rows[] = array(array('data' => t('No categories available.'), 'colspan' => '5')); } $header = array(t('Name'), t('Type'), array('data' => t('Operations'), 'colspan' => '3')); -- cgit v1.2.3