diff --git a/resources/functions.php b/resources/functions.php index 01d15c7834..74a8a11ca3 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -1927,7 +1927,7 @@ function number_pad($number,$n) { //output pre-formatted array keys and values if (!function_exists('view_array')) { function view_array($array, $exit = true) { - echo '
'.print_r($array, true).'

'; + echo "
".print_r($array, true).'

'; $exit and exit(); } }