summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 573c1c31b..129659abd 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -816,9 +816,9 @@ function node_link($type, $node = 0, $main = 0) {
if ($main == 1 && $node->teaser && $node->readmore) {
$links['node_read_more'] = array(
- '#title' => t('read more'),
- '#href' => "node/$node->nid",
- '#attributes' => array('title' => t('Read the rest of this posting.'))
+ 'title' => t('read more'),
+ 'href' => "node/$node->nid",
+ 'attributes' => array('title' => t('Read the rest of this posting.'))
);
}
}