<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
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

rötzi - February 26, 2008 - 06:42
Status:needs review» fixed

Thanks for reporting. Fixed in CVS.

#2

Anonymous (not verified) - March 11, 2008 - 06:54
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.