Skip to content

Commit

Permalink
Move the dif tag (#33426)
Browse files Browse the repository at this point in the history
Move the div tag
  • Loading branch information
sandewt committed Apr 30, 2021
1 parent 660f084 commit 1c74bef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/com_content/tmpl/category/blog_item.php
Expand Up @@ -89,10 +89,10 @@

<?php endif; ?>

<?php if ($isUnpublished) : ?>
</div>
<?php if ($isUnpublished) : ?>
</div>
<?php endif; ?>
</div>

<?php // Content is generated by content plugin event "onContentAfterDisplay" ?>
<?php echo $this->item->event->afterDisplayContent; ?>
<?php // Content is generated by content plugin event "onContentAfterDisplay" ?>
<?php echo $this->item->event->afterDisplayContent; ?>
</div>

0 comments on commit 1c74bef

Please sign in to comment.