Fixing bug 2935: HTML typo.

This commit is contained in:
defacer
2005-04-19 20:45:15 +00:00
parent f17a028993
commit 273a80d7be
+1 -1
View File
@@ -6035,7 +6035,7 @@ function get_performance_info() {
}
$info['html'] = '<div class="performanceinfo">'.$info['html'].'</span>';
$info['html'] = '<div class="performanceinfo">'.$info['html'].'</div>';
return $info;
}