mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +00:00
Escape title
This commit is contained in:
parent
39bb9c22f6
commit
2531c226a0
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user