Skip to content

Commit 0d7098c

Browse files
authored
Remove clear class from post info
1 parent 9894866 commit 0d7098c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/templates/post/info.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<?php $_post = $block->getPost() ?>
1818

19-
<div class="post-info clear">
19+
<div class="post-info">
2020
<div class="item post-posed-date">
2121
<span class="label"><?php echo __('Posted:') ?></span>
2222
<span class="value"><?php echo $_post->getPublishDate('F d, Y') ?></span>

0 commit comments

Comments
 (0)