Skip to content

Commit

Permalink
Changing unordered list to ordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
yaume committed May 29, 2017
1 parent a49c89e commit 2c361e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mod_breadcrumbs/tmpl/default.php
Expand Up @@ -12,7 +12,7 @@
JHtml::_('bootstrap.tooltip');
?>

<ul itemscope itemtype="https://schema.org/BreadcrumbList" class="breadcrumb<?php echo $moduleclass_sfx; ?>">
<ol itemscope itemtype="https://schema.org/BreadcrumbList" class="breadcrumb<?php echo $moduleclass_sfx; ?>">
<?php if ($params->get('showHere', 1)) : ?>
<li>
<?php echo JText::_('MOD_BREADCRUMBS_HERE'); ?>&#160;
Expand Down Expand Up @@ -72,4 +72,4 @@
</li>
<?php endif;
endforeach; ?>
</ul>
</ol>

0 comments on commit 2c361e7

Please sign in to comment.