The unclosed tag will break your design and make the browser/template do funny things
On line 1019 of simpleguestbook.module:

  $output .= '<div class="title"><b>' .format_date($row->created,'small').'</div>';

It is easy to work around though, you can override the function in your template.php file and remove (or close) the tag.