diff options
Diffstat (limited to 'application/views/file/fragments/video-player.php')
-rw-r--r-- | application/views/file/fragments/video-player.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/fragments/video-player.php b/application/views/file/fragments/video-player.php index 096bb2d59..6342c1692 100644 --- a/application/views/file/fragments/video-player.php +++ b/application/views/file/fragments/video-player.php @@ -1,7 +1,7 @@ <div class="container-wide"> <div class='panel panel-default'> <div class='panel-heading'> - <?php echo anchor(site_url($filedata['id']), htmlspecialchars($filedata["filename"])); ?> + <?php echo anchor(site_url($filedata['id'])."/", htmlspecialchars($filedata["filename"])); ?> </div> <div> <video controls="controls"> |