diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-05 11:52:50 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-12 19:04:40 +0200 |
commit | f2838e5d1fca5ab819702aed89a1c9e6af2ddafe (patch) | |
tree | 91375f55729ec81923a33cfe847fd71f2e2527d6 /application/views/file/fragments/audio-player.php | |
parent | 4650df72898250c027976a4335faef0bc33a4a16 (diff) |
Link single paste to autodetection in video/audio/asciinema fragemnts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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> |