regression test fix

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-02-17 14:48:13 -08:00
parent bd64f1c1c6
commit 406c5cff0c

View File

@@ -152,7 +152,7 @@ function check_args() {
function html_generator() { function html_generator() {
header="<html> header="<html>
<head> <head>
<title>Test All Scripts Results $NOW</title> <title>Regression Test Results $NOW</title>
<style> <style>
.success { .success {
background-color:green; background-color:green;