33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-23 03:19:00 +00:00

Escape title in hathor override

This commit is contained in:
Thomas Hunziker 2014-01-10 08:28:25 +01:00
parent b9f440e0fc
commit 39bb9c22f6

View File

@ -24,7 +24,7 @@ foreach ($this->items as $i => $item) :
</td> </td>
<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"> <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> </a>
</td> </td>
<td> <td>