diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc
index 860fffc48e..367e1d9d51 100644
--- a/html/ops/db_ops.inc
+++ b/html/ops/db_ops.inc
@@ -357,7 +357,7 @@ function show_result_short($result) {
}
$version = sprintf("%.2f", $result->client_version_num/100);
echo "
$version | ";
- echo "$received | ";
+ echo "$received | ";
echo "
";
diff --git a/html/ops/result_summary.php b/html/ops/result_summary.php
index e3044f2b42..180a6de3d4 100644
--- a/html/ops/result_summary.php
+++ b/html/ops/result_summary.php
@@ -44,7 +44,7 @@
if ($server_state[$ss] == 0) {
$x = "0";
} else {
- $x = "".$server_state[$ss]."";
+ $x = "".$server_state[$ss]."";
}
row2(result_server_state_string($ss), $x);
}
@@ -56,7 +56,7 @@
if ($outcome[$ro] == 0) {
$x = "0";
} else {
- $x = "".$outcome[$ro]."";
+ $x = "".$outcome[$ro]."";
}
row2(result_outcome_string($ro), $x);
}
@@ -68,7 +68,7 @@
if ($client_state[$cs] == 0) {
$x = "0";
} else {
- $x = "".$client_state[$cs]."";
+ $x = "".$client_state[$cs]."";
}
row2(result_client_state_string($cs), $x);
}