File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Theme/view/frontend/templates/html Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 13
13
<?php foreach ($ crumbs as $ crumbName => $ crumbInfo ) : ?>
14
14
<li class="item <?php /* @escapeNotVerified */ echo $ crumbName ?> ">
15
15
<?php if ($ crumbInfo ['link ' ]) : ?>
16
- <a href="<?php /* @escapeNotVerified */ echo $ crumbInfo ['link ' ] ?> " title="<?php echo $ block ->escapeHtml ($ crumbInfo ['title ' ]) ?> ">
17
- <?php echo $ block ->escapeHtml ($ crumbInfo ['label ' ]) ?>
18
- </a>
16
+ <a href="<?php /* @escapeNotVerified */ echo $ crumbInfo ['link ' ] ?> " title="<?php echo $ block ->escapeHtml ($ crumbInfo ['title ' ]) ?> "><?php echo $ block ->escapeHtml ($ crumbInfo ['label ' ]) ?> </a>
19
17
<?php elseif ($ crumbInfo ['last ' ]) : ?>
20
18
<strong><?php echo $ block ->escapeHtml ($ crumbInfo ['label ' ]) ?> </strong>
21
19
<?php else : ?>
You can’t perform that action at this time.
0 commit comments