From 468b9e8e5add94256c88dbca8b03bbc855b39827 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 19 Oct 2005 09:46:22 +0000 Subject: - Code style --- modules/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 04b699463..7d5808ceb 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -1213,7 +1213,7 @@ function taxonomy_rss_item($node) { foreach ($terms as $term) { $output[] = array('key' => 'category', 'value' => check_plain($term->name), - 'attributes' => array('domain' => url('taxonomy/term/'.$term->tid, NULL, NULL, TRUE))); + 'attributes' => array('domain' => url('taxonomy/term/'. $term->tid, NULL, NULL, TRUE))); } return $output; } -- cgit v1.2.3