diff options
Diffstat (limited to 'application/views/file/fragments/asciinema-player.php')
-rw-r--r-- | application/views/file/fragments/asciinema-player.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/fragments/asciinema-player.php b/application/views/file/fragments/asciinema-player.php index 5eb8041f7..53a500831 100644 --- a/application/views/file/fragments/asciinema-player.php +++ b/application/views/file/fragments/asciinema-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 id="player-container-<?php echo $filedata['id']; ?>" class="asciinema_player" data-url="<?php echo site_url($filedata['id']); ?>"></div> </div> |