From 787f0b9a28ecae28f27dfedb9589d5632fedd82b Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Thu, 17 Aug 2017 22:09:07 +0800 Subject: [PATCH] . Signed-off-by: Lloric Mayuga Garcia --- src/LaravelHtmlTableGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaravelHtmlTableGenerator.php b/src/LaravelHtmlTableGenerator.php index ecb1e2f..da5d373 100644 --- a/src/LaravelHtmlTableGenerator.php +++ b/src/LaravelHtmlTableGenerator.php @@ -215,7 +215,7 @@ private function _generate(array $header, $model_or_array, $limit = NULL,array if(!is_null($this->_caption)) { - $output .= "$output{$this->_caption}"; + $output .= "{$this->_caption}"; } $output .= $this->_header($header);