From 0de326b577595e87c3b7bbd80380c393624a3857 Mon Sep 17 00:00:00 2001 From: meus <meus@625475ce-881a-0410-a577-b389adb331d8> Date: Tue, 4 Sep 2007 13:22:38 +0000 Subject: [PATCH] fixing run.php in web browser take 2 --- tests/run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.php b/tests/run.php index 0fec77353..46c4bf996 100644 --- a/tests/run.php +++ b/tests/run.php @@ -380,7 +380,7 @@ class MyReporter extends HtmlReporter { print '</pre>'; $colour = ($this->_test->getFailCount() > 0 ? 'red' : 'green'); print '<div style=\''; - print 'padding: 8px; margin-top: 1em; background-color: $colour; color: white;'; + print "padding: 8px; margin-top: 1em; background-color: $colour; color: white;"; print '\'>'; print $this->_test->getTestCaseCount() . ' test cases.'; print '<strong>' . $this->_test->getPassCount() . '</strong> passes and ';