Skip to content

Commit 640fab4

Browse files
author
Oleksii Korshenko
committed
MAGETWO-70191: Convert long form tags with echo to use short-echo tags #1563
- fixed static tests
1 parent 3f75322 commit 640fab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Robots/view/frontend/templates/robots.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
?><?php echo $layoutContent;
6+
?><?= $layoutContent;

0 commit comments

Comments
 (0)