diff --git a/html/inc/result.inc b/html/inc/result.inc
index 3b311abca1..2e73d8c40f 100644
--- a/html/inc/result.inc
+++ b/html/inc/result.inc
@@ -129,15 +129,16 @@ function result_table_start($show_wu_link, $show_host_link, $show_result_link) {
or deadline
(future |
past)
+
explain
Server state
- explain
+ explain
|
Outcome
- explain
+ explain
|
Client state
- explain
+ explain
|
CPU time (sec) |
claimed credit |
@@ -176,10 +177,10 @@ function show_result_row(
";
if ($show_result_link) {
- echo "id>$result->id | \n";
+ echo "id\">$result->id | \n";
}
if ($show_wu_link) {
- echo "workunitid>$result->workunitid | \n";
+ echo "workunitid\">$result->workunitid | \n";
}
if ($show_host_link) {
echo "", host_link($result->hostid), " | \n";
@@ -257,7 +258,7 @@ function show_result($result) {
start_table();
row2("Result ID", $result->id);
row2("Name", $result->name);
- row2("Workunit", "workunitid>$result->workunitid");
+ row2("Workunit", "workunitid\">$result->workunitid");
row2("Created", time_str($result->create_time));
row2("Sent", time_str($result->sent_time));
row2("Received", time_str($result->received_time));