From 156ce57fecaeb865e94c8fff7af334104e4a4288 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Thu, 25 Jun 2015 01:35:13 +0200 Subject: [PATCH] First upload of wblist page --- wblist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2