Skip to content

Commit

Permalink
[4.0] Article Links markup (joomla#30824)
Browse files Browse the repository at this point in the history
Changes the class on the list of article links to be consistent with other classes and to enable them to be styled uniquely by the template
  • Loading branch information
brianteeman authored and sakiss committed Oct 16, 2020
1 parent bf7f8d7 commit faf2b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_content/tmpl/article/default_links.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if ($urls && (!empty($urls->urla) || !empty($urls->urlb) || !empty($urls->urlc))) :
?>
<div class="com-content-article__links content-links">
<ul class="nav nav-tabs nav-stacked">
<ul class="com-content-article__links content-list">
<?php
$urlarray = array(
array($urls->urla, $urls->urlatext, $urls->targeta, 'a'),
Expand Down

0 comments on commit faf2b85

Please sign in to comment.