In line 90 of StatServers.php, the tag class is missing for TR.
<\tr statTable<\?php echo $parite; ?>" onMouseOut="this.className='statTable<\?php echo $parite; ?>';" onMouseOver="this.className='<\?php echo $parite; ?>onMouseOver';" onclick="javascript:setSrv( '<\?php echo trim($row["SrvType"])?>', '<\?php echo trim($row["SrvName"])?>')">
Correction is
<\tr class="statTable<\?php echo $parite; ?>" ...
PS due to SF text formatting I added \ between < and tr or php tags, but it's not displayed in ticket view.
Anonymous
OK thanks, I added that to V2.7.7
fixed in V2.7.7