Posted by dfgfdgdfgdfg on February 25, 2008 at 1:08am
Jump to:
| Project: | Recent Changes |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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!
Comments
#1
Thanks for reporting. Fixed in CVS.
#2
Automatically closed -- issue fixed for two weeks with no activity.