Skip to content

Commit

Permalink
Additional Override Escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil E. Taylor committed May 29, 2018
1 parent cbae3a7 commit 4a611a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<span class="icon-folder-2"></span>
</div>
<div class="small">
<?php echo JHtml::_('string.truncate', $this->_tmp_folder->name, 10, false); ?>
<?php echo JHtml::_('string.truncate', $this->escape($this->_tmp_folder->name), 10, false); ?>
</div>
</a>
</li>

0 comments on commit 4a611a4

Please sign in to comment.