]> Harvie.CZ GIT Repositories and Mirrors - mirrors/JukeBox.git/commitdiff
klasicka tlacitka
authorroot <root@harvie.cz>
Mon, 2 Mar 2026 07:55:58 +0000 (08:55 +0100)
committerroot <root@harvie.cz>
Mon, 2 Mar 2026 07:55:58 +0000 (08:55 +0100)
index.php

index d0ce107e6c30f5882f79072d5a567be7f8f185e0..a6ad6ad330ac8fb28e4dba88e39fa6b72ad90f19 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -280,8 +280,8 @@ function html5_player() {
 </head><body class="jbx-player">
 <table class="jbx-player-bar" cellpadding="0" cellspacing="0"><tr>
 <?php if($is_playlist) { ?>
-<td class="jbx-skip-cell"><button type="button" class="jbx-skip" id="jbx-prev" title="Previous" aria-label="Previous">&#8249;</button></td>
-<td class="jbx-skip-cell"><button type="button" class="jbx-skip" id="jbx-next" title="Next" aria-label="Next">&#8250;</button></td>
+<td class="jbx-skip-cell"><button type="button" class="jbx-skip" id="jbx-prev" title="Previous" aria-label="Previous">&#x23EE;</button></td>
+<td class="jbx-skip-cell"><button type="button" class="jbx-skip" id="jbx-next" title="Next" aria-label="Next">&#x23ED;</button></td>
 <?php } ?>
 <td class="jbx-audio-cell"><audio id="jbx-audio" controls preload="metadata"<?= $song_url && !$is_playlist ? ' src="'.htmlspecialchars($song_url, ENT_QUOTES).'" autoplay' : '' ?>></audio></td>
 </tr></table>
This page took 0.3809 seconds and 4 git commands to generate.