diff options
Diffstat (limited to '_test/index.php')
-rw-r--r-- | _test/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/index.php b/_test/index.php index 99fae4b95..87cc10a35 100644 --- a/_test/index.php +++ b/_test/index.php @@ -49,7 +49,7 @@ function & DW_TESTS_GetReporter() { break; case DW_TESTS_OUTPUT_HTML: default: - $Reporter = new HTMLReporter(); + $Reporter = new HTMLReporter('utf-8'); break; } } |