diff --git a/omega/template.php b/omega/template.php index 0e81d72..e9778f0 100644 --- a/omega/template.php +++ b/omega/template.php @@ -110,7 +110,7 @@ function omega_alpha_preprocess_region(&$vars) { */ function omega_alpha_preprocess_node(&$vars) { // Prepare the arrays to handle the classes and ids for the node container. - $vars['attributes_array']['id'] = drupal_html_id('node-' . $vars['type'] . '-' . $vars['nid']); + $vars['attributes_array']['id'] = drupal_html_id('node-' . $vars['nid']); // Add a class to allow styling based on publish status. if ($vars['status']) {