Skip to content

Commit

Permalink
keep @Quy happy ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Apr 18, 2019
1 parent 461e557 commit e17c18a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions administrator/components/com_modules/tmpl/select/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<ul id="new-modules-list" class="list-group">
<?php foreach ($this->items as &$item) : ?>
<?php // Prepare variables for the link. ?>
<?php $link = 'index.php?option=com_modules&task=module.add&eid=' . $item->extension_id; ?>
<?php $name = $this->escape($item->name); ?>
<?php $desc = HTMLHelper::_('string.truncate', $this->escape(strip_tags($item->desc)), 200); ?>
<?php $link = 'index.php?option=com_modules&task=module.add&eid=' . $item->extension_id; ?>
<?php $name = $this->escape($item->name); ?>
<?php $desc = HTMLHelper::_('string.truncate', $this->escape(strip_tags($item->desc)), 200); ?>

<?php if ($document->direction != 'rtl') : ?>
<li class="list-group-item">
Expand Down

0 comments on commit e17c18a

Please sign in to comment.