Skip to content

Commit

Permalink
correct video url
Browse files Browse the repository at this point in the history
  • Loading branch information
wojsmol committed Jul 17, 2018
1 parent 7279924 commit 230c918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<div class="small">
<a class="video-preview" href="<?php echo COM_MEDIA_BASEURL, '/', rawurlencode($video->name); ?>" title="<?php echo $this->escape($video->name); ?>">
<?php echo JHtml::_('string.truncate', $this->escape($video->name), 10, false); ?>
<?php echo JHtml::_('string.truncate', $this->escape($video->path_relative), 10, false); ?>
</a>
</div>
</li>
Expand Down

0 comments on commit 230c918

Please sign in to comment.