- Code style
parent
aa5ad37082
commit
468b9e8e5a
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue