summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-05-05 06:57:15 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-05-05 06:57:15 +0000
commit57d44a6cf95445646965863e0366674e64f8de87 (patch)
tree454994df19cb5528d07c58f87a73a0a401ce5afe /modules
parenta2d6297055e6abdcd1a811b34b7fb463fcb50c0c (diff)
downloadbrdo-57d44a6cf95445646965863e0366674e64f8de87.tar.gz
brdo-57d44a6cf95445646965863e0366674e64f8de87.tar.bz2
#765044 by yoroy: Class node_readmore should be node-readmore for consistency with standards.
Diffstat (limited to 'modules')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 0818b6152..cea1355c5 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1258,7 +1258,7 @@ function node_build_content($node, $view_mode = 'full') {
// to know when a teaser view is different than a full view.
$links = array();
if ($view_mode == 'teaser') {
- $links['node_readmore'] = array(
+ $links['node-readmore'] = array(
'title' => t('Read more'),
'href' => 'node/' . $node->nid,
'attributes' => array('rel' => 'tag', 'title' => strip_tags($node->title))