mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Trivial XHTML compliance
This commit is contained in:
@@ -442,9 +442,9 @@ if (!defined("PCLTRACE_LIB"))
|
||||
for ($i=0; $i<$p_entry[index]; $i++)
|
||||
echo "---";
|
||||
if ($p_entry[type] == 1)
|
||||
echo "<b>".$p_entry[name]."</b>(".$p_entry[param].") : ".$p_entry[message]." [".$p_entry[file].", ".$p_entry[line]."]<br>";
|
||||
echo "<b>".$p_entry[name]."</b>(".$p_entry[param].") : ".$p_entry[message]." [".$p_entry[file].", ".$p_entry[line]."]<br />";
|
||||
else if ($p_entry[type] == 2)
|
||||
echo "<b>".$p_entry[name]."</b>()=".$p_entry[param]." : ".$p_entry[message]." [".$p_entry[file].", ".$p_entry[line]."]<br>";
|
||||
echo "<b>".$p_entry[name]."</b>()=".$p_entry[param]." : ".$p_entry[message]." [".$p_entry[file].", ".$p_entry[line]."]<br />";
|
||||
else
|
||||
echo $p_entry[message]." [".$p_entry[file].", ".$p_entry[line]."]<br>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user