diff options
Diffstat (limited to 'application/views/file/fragments/audio-player.php')
-rw-r--r-- | application/views/file/fragments/audio-player.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/fragments/audio-player.php b/application/views/file/fragments/audio-player.php index 517506039..154153489 100644 --- a/application/views/file/fragments/audio-player.php +++ b/application/views/file/fragments/audio-player.php @@ -3,6 +3,6 @@ <audio controls="controls"> <source src="<?php echo site_url($filedata["id"]); ?>"> </audio> - <?php echo anchor(site_url($filedata['id']), htmlspecialchars($filedata["filename"])); ?> + <?php echo anchor(site_url($filedata['id'])."/", htmlspecialchars($filedata["filename"])); ?> </p> </div> |