<br> should be replaced by <br/> for XHTML compliancy
dfgfdgdfgdfg - February 25, 2008 - 01:08
| Project: | Recent Changes |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
On line 261, the following line should be replaced:
'<span class="change-flag">' . $item->flag . '</span> ' . call_user_func_array('l', array_merge(array($item->item_title), $item->link_array)) . (($item->item_title_add) ? '<br>'. $item->item_title_add : ''),
with this line:
'<span class="change-flag">' . $item->flag . '</span> ' . call_user_func_array('l', array_merge(array($item->item_title), $item->link_array)) . (($item->item_title_add) ? '<br/>'. $item->item_title_add : ''),
Note the slash in the br tag!

#1
Thanks for reporting. Fixed in CVS.
#2
Automatically closed -- issue fixed for two weeks with no activity.