oops, syntax fixie. r1982 \o/

git-svn-id: http://www.observium.org/svn/observer/trunk@1982 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-28 09:43:49 +00:00
parent f7ecdd3bac
commit 9e5c180708

View File

@ -41,7 +41,7 @@ while ($proc = mysql_fetch_array($procs))
<td class=\"tablehead\"><a href='".$proc_url."' $proc_popup>" . $text_descr . "</a></td>
<td width=\"90\"><a href=\"".$proc_url."\" $proc_popup><img src=\"$mini_url\" /></a></td>
<td width=\"200\"><a href=\"".$proc_url."\" $proc_popup>
".print_percentage_bar (400, 20, $perc, $perc."%", "ffffff", $left_background, (100 - $perc)."%" , "ffffff", $right_background);
".print_percentage_bar (400, 20, $perc, $perc."%", "ffffff", $left_background, (100 - $perc)."%" , "ffffff", $right_background));
echo('</a></td>
</tr>');