Skip to content

Commit

Permalink
Add semicolon (#66)
Browse files Browse the repository at this point in the history
Thanks @Quy
  • Loading branch information
Quy authored and brianteeman committed Oct 18, 2017
1 parent 99357b6 commit 94bb83c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</li>
<?php else : ?>
<li class="<?php echo $class; ?>">
<span <?php echo $class == 'active' ? 'aria-current="true" aria-label="' . JText::sprintf('JLIB_HTML_PAGE_CURRENT', $item->text) . '"' : '' ?>>
<span <?php echo $class == 'active' ? 'aria-current="true" aria-label="' . JText::sprintf('JLIB_HTML_PAGE_CURRENT', $item->text) . '"' : ''; ?>>
<?php echo $display; ?>
</span>
</li>
Expand Down

0 comments on commit 94bb83c

Please sign in to comment.