Skip to content

Commit

Permalink
Echo change
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Nov 9, 2016
1 parent 534126b commit 899bc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/modules/mod_latest/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ul class="list-group list-group-flush">
<?php if (count($list)) : ?>
<?php foreach ($list as $i => $item) : ?>
<li class="list-group-item <?php echo $dataAttr = $item->state == 1 ? 'published' : 'unpublished'; ?>">
<li class="list-group-item <?php echo $item->state == 1 ? 'published' : 'unpublished'; ?>">
<?php if ($item->checked_out) : ?>
<?php echo JHtml::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time); ?>
<?php endif; ?>
Expand Down

0 comments on commit 899bc84

Please sign in to comment.