31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-10 17:22:21 +00:00

Merge remote-tracking branch 'origin/pr/19'

This commit is contained in:
Michael Babker 2014-05-02 15:34:52 -05:00
commit 8fc4655e0d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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