Active
Project:
Simple Guestbook
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2008 at 17:58 UTC
Updated:
18 Aug 2008 at 17:58 UTC
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.