diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-11-30 07:05:57 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-11-30 07:05:57 +0000 |
commit | a0b5a225d353e5fb1e6ac53c1bf553424291a372 (patch) | |
tree | 546e2efc4f280ec04f4171c39135dba3ae503144 /modules/taxonomy/taxonomy.module | |
parent | ceb346b7414abc6e85d195b32546a351726d1360 (diff) | |
download | brdo-a0b5a225d353e5fb1e6ac53c1bf553424291a372.tar.gz brdo-a0b5a225d353e5fb1e6ac53c1bf553424291a372.tar.bz2 |
Removing useless taxonomy.css
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
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')); |