X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/70c7fd5765720621553b3ddaff1009c795f49a76..156ce57fecaeb865e94c8fff7af334104e4a4288:/wblist.php diff --git a/wblist.php b/wblist.php index eeb5409..1e643a2 100644 --- a/wblist.php +++ b/wblist.php @@ -6,7 +6,7 @@ function createHeader($data) { $out = ''; foreach ($data as $head => $value) { - $out .= '$head'; + $out .= "$head"; } return $out;