X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/02c51774c63fea1166adc8229c925fb48b9b4041..b37c99e03c3e32ae232e1ddfe09723390041f883:/wblist.php diff --git a/wblist.php b/wblist.php index a646794..115fff0 100644 --- a/wblist.php +++ b/wblist.php @@ -16,7 +16,7 @@ if ($subfunction == 'all') { $list = $util->makeRestCall('/show'); if ($list) { - $out = var_export($list, true); + $out = '
'.var_export($list, true).'
'; } else { $out = '

Connection to REST service failed

'; }