Skip to content

Commit

Permalink
Added class to the inner div
Browse files Browse the repository at this point in the history
  • Loading branch information
zelardiel committed May 13, 2016
1 parent 67537bf commit c56664e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Unslider.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function run() {
['class' => $slide['button']['class']]
) : null;
$content = Html::tag('table', Html::tag('tr', Html::tag('td', $content)));
$content = Html::tag('div', $content);
$content = Html::tag('div', $content, ['class' => 'inner']);
$img = Html::img($slide['img']);
$slider .= Html::tag('li', $content . $img);
}
Expand Down

0 comments on commit c56664e

Please sign in to comment.