summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-05 01:18:26 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-05 01:18:26 +0000
commitdd571ffe34ef4202a3bd95fb5a36ddbce0fb3096 (patch)
treee9c45b1fcab3f105e116c9cf15d98dbb8c05299b /modules/node
parentc81af2d586f5f03df62b38b7365ebb5b2deeeda0 (diff)
downloadbrdo-dd571ffe34ef4202a3bd95fb5a36ddbce0fb3096.tar.gz
brdo-dd571ffe34ef4202a3bd95fb5a36ddbce0fb3096.tar.bz2
#464862 follow-up by kkaefer: Rename drupal_css_class() to drupal_html_class_X(), for better accuracy.
Diffstat (limited to 'modules/node')
-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 20187b30b..c0cf14b68 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1195,7 +1195,7 @@ function template_preprocess_node(&$variables) {
}
// Gather node classes.
- $variables['classes_array'][] = drupal_css_class('node-' . $node->type);
+ $variables['classes_array'][] = drupal_html_class('node-' . $node->type);
if ($variables['promote']) {
$variables['classes_array'][] = 'node-promoted';
}