Skip to content

Commit

Permalink
Fixed invalid markup in Hathor
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-d committed Jul 3, 2017
1 parent dcd5da9 commit e3cfcc8
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -145,12 +145,7 @@
<?php if ($this->collect_urls_enabled) : ?>
<span class="enabled"><?php echo JText::_('COM_REDIRECT_COLLECT_URLS_ENABLED'); ?></span>
<?php else : ?>
<?php $link = $link = JHtml::_(
'link',
'index.php?option=com_plugins&filter_search=redirect',
JText::_('COM_REDIRECT_SYSTEM_PLUGIN')
); ?>
<span class="enabled"><?php echo JText::sprintf('COM_REDIRECT_COLLECT_URLS_DISABLED', $link); ?></span>
<span class="enabled"><?php echo JText::sprintf('COM_REDIRECT_COLLECT_URLS_DISABLED', 'index.php?option=com_plugins&filter_search=redirect'); ?></span>
<?php endif; ?>
<?php else : ?>
<span class="disabled"><?php echo JText::_('COM_REDIRECT_PLUGIN_DISABLED'); ?></span>
Expand Down

0 comments on commit e3cfcc8

Please sign in to comment.