- Code style

4.7.x
Steven Wittens 2005-10-19 09:46:22 +00:00
parent aa5ad37082
commit 468b9e8e5a
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}