Skip to content

Commit 787f0b9

Browse files
author
Lloric Mayuga Garcia
committed
.
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent 0b9f479 commit 787f0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelHtmlTableGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private function _generate(array $header, $model_or_array, $limit = NULL,array
215215

216216
if(!is_null($this->_caption))
217217
{
218-
$output .= "$output<caption>{$this->_caption}</caption>";
218+
$output .= "<caption>{$this->_caption}</caption>";
219219
}
220220

221221
$output .= $this->_header($header);

0 commit comments

Comments
 (0)