diff options
Diffstat (limited to 'modules/gallery/tests/Xss_Security_Test.php')
-rw-r--r-- | modules/gallery/tests/Xss_Security_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/tests/Xss_Security_Test.php b/modules/gallery/tests/Xss_Security_Test.php index 8bee8c42..03151c8c 100644 --- a/modules/gallery/tests/Xss_Security_Test.php +++ b/modules/gallery/tests/Xss_Security_Test.php @@ -125,7 +125,7 @@ class Xss_Security_Test extends Unit_Test_Case { foreach ($entries as $entry) { fwrite($fd, sprintf("%-60s %-3s %-5s %s\n", - $view, $entry[0], $entry[1] ? "CLEAN" : "DIRTY", $entry[2])); + $view, $entry[0], $entry[1] ? "" : "DIRTY", $entry[2])); } } fclose($fd); |