Skip to content

Commit 1a0163f

Browse files
committed
Fix for M2.2.0 Dom\ValidationException
1 parent 366649e commit 1a0163f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/layout/blog_post_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<action method="setPostInfoBlockName">
1919
<argument name="name" xsi:type="string">blog.post.info</argument>
2020
</action>
21-
<block class="\Magento\Framework\View\Element\Text\ListText" name="blog.post.bottom">
21+
<block class="Magento\Framework\View\Element\Text\ListText" name="blog.post.bottom">
2222
<block class="Magefan\Blog\Block\Post\View\Gallery" name="blog.post.gallery" as="gallery" template="Magefan_Blog::post/view/gallery.phtml" />
2323
<block class="Magefan\Blog\Block\Post\View\NextPrev" name="blog.post.nextprev" as="nextprev" template="Magefan_Blog::post/view/nextprev.phtml" />
2424
<block class="Magefan\Blog\Block\Post\View\RelatedPosts" name="blog.post.relatedposts" as="relatedposts" template="Magefan_Blog::post/view/relatedposts.phtml" />

0 commit comments

Comments
 (0)