projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1d1b656
)
#157353 by Freso and tangent. Remove a needless dash from RSS feed title.
author
Neil Drumm
Fri, 26 Dec 2008 22:25:40 +0000 (22:25 +0000)
committer
Neil Drumm
Fri, 26 Dec 2008 22:25:40 +0000 (22:25 +0000)
modules/node/node.module
patch
|
blob
|
blame
|
history
diff --git
a/modules/node/node.module
b/modules/node/node.module
index
ed251dc
..
a315601
100644
(file)
--- a/
modules/node/node.module
+++ b/
modules/node/node.module
@@
-1960,7
+1960,7
@@
function node_feed($nodes = 0, $channel = array()) {
$channel_defaults = array(
'version' => '2.0',
- 'title' => variable_get('site_name', 'Drupal') .' - '. variable_get('site_slogan', ''),
+ 'title' => variable_get('site_name', 'Drupal') . (variable_get('site_slogan', '') ? ' - '. variable_get('site_slogan', '') : ''),
'link' => $base_url,
'description' => variable_get('site_mission', ''),
'language' => $locale