Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
  • Loading branch information
Lloric Mayuga Garcia committed Aug 17, 2017
1 parent 0b9f479 commit 787f0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelHtmlTableGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private function _generate(array $header, $model_or_array, $limit = NULL,array

if(!is_null($this->_caption))
{
$output .= "$output<caption>{$this->_caption}</caption>";
$output .= "<caption>{$this->_caption}</caption>";
}

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

0 comments on commit 787f0b9

Please sign in to comment.