31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-02 05:30:48 +00:00

Merge pull request #1 from javigomez/patch-1

Makes links to github appear in a new window
This commit is contained in:
Michael Babker 2013-07-12 03:25:18 -07:00
commit 7697095b26

View File

@ -24,7 +24,8 @@ foreach($this->items as $i => $item) :
<td>
<a class="icon icon16-github hasTip"
title="<?php echo JText::_('COM_PATCHTESTER_OPEN_IN_GITHUB'); ?>"
href="<?php echo $item->html_url; ?>">
href="<?php echo $item->html_url; ?>"
target="_blank">
<?php echo $item->title; ?>
</a>
</td>