Posted by Manuel Garcia on August 18, 2008 at 5:58pm
| Project: | Simple Guestbook |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The unclosed tag will break your design and make the browser/template do funny things
On line 1019 of simpleguestbook.module:
<?php
$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.