Skip to content

Commit d46fb12

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-51905: [Github] Footer Miscellaneous HTML Not working #3333
1 parent 0b47c71 commit d46fb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/html/absolute_footer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* See COPYING.txt for license details.
55
*/
66
?>
7-
<?php /* @escapeNotVerified */ echo $block->getMiscellaneousHtml() ?>
7+
<?php /* @escapeNotVerified */ echo $block->getMiscellaneousHtml();

0 commit comments

Comments
 (0)