diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc index 3bed5c54b4..c4bb18cf02 100644 --- a/html/ops/db_ops.inc +++ b/html/ops/db_ops.inc @@ -230,11 +230,11 @@ function show_result_summary() { echo "Validate state# results\n"; row2("Valid", link_results($nvalid, $urlquery, "validate_state=1")); row2("Invalid", link_results($ninvalid, $urlquery, "validate_state=2")); - echo ""; - echo ""; + echo "
\n"; row2("Files deleted", link_results($ninvalid, $urlquery, "file_delete_state= 1 or file_delete_state=2")); - echo "
File Delete state# results
"; + echo ""; echo "\n";
Client state# results