diff --git a/test/display_cache_content.php b/test/display_cache_content.php index f7a11a49e..427fa2e5c 100644 --- a/test/display_cache_content.php +++ b/test/display_cache_content.php @@ -92,7 +92,7 @@ foreach($aEntries as $sKey) $sVal = $oValue; } } - echo '"'.$sVal.'"'.';'; + echo $sVal.';'; } echo "\n"; }