Skip to content

Commit

Permalink
fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Dec 1, 2023
1 parent fdde459 commit 5465fd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [UNRELEASED] - 2023-11-28
## [1.8.3] - 2023-12-01
- Fixed: warnings

## [1.8.2] - 2023-01-13
Expand Down
10 changes: 5 additions & 5 deletions src/Resources/contao/templates/block/block_slick.html5
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<div class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<?php if ($this->headline): ?>
<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>
<?php endif; ?>

<div class="slick-container"<?= $this->attributes; ?>>
<?php $this->block('content'); ?>
<?php $this->endblock(); ?>
</div>
<div class="slick-container"<?= $this->attributes; ?>>
<?php $this->block('content'); ?>
<?php $this->endblock(); ?>
</div>

</div>
<!-- indexer::continue -->

0 comments on commit 5465fd6

Please sign in to comment.