Hi!

Does anyone know of a "node class"-module like the "block class"-module (http://drupal.org/project/block_class)?

Thanks!

EDIT
I added
if (isset($node->type)) { print $node->type; }
inside the class attribute in the node div in node.tpl.php till I find a better way...