Index: ./modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.844
diff -r1.844 node.module
2626c2626
<     $text = '<h1>'. check_plain($node->title) .'</h1>'. $node->body;
---
>     $text = '<h1>'. check_plain($node->title) .'</h1>' . '<strong>' . $node->name . '</strong>' . $node->body;
