diff options
author | Florian Larysch | 2015-09-10 22:39:58 +0200 |
---|---|---|
committer | Florian Larysch | 2015-09-10 22:39:58 +0200 |
commit | 7208ba0e5355ca17fb3d4adb91ae5c1457ee64f9 (patch) | |
tree | ddd9f8d9458f0863956b8b2e499eab1c2aa49fc8 /template | |
parent | 6965d2264493ecc8650fe985e650d5b638a6f30d (diff) |
fix formatting
Diffstat (limited to 'template')
-rw-r--r-- | template/relive-player.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml index d425ca8..2ee9ace 100644 --- a/template/relive-player.phtml +++ b/template/relive-player.phtml @@ -43,8 +43,10 @@ <p> As there is no desktop player which supports time-shifting, we chose embed a Flash player here which does. If you still want to watch with a desktop player, use this URL: <a href="<?=h($talk['playlist'])?>"><?=h($talk['playlist'])?></a> - (Note: Downloading this file is useless because of the way HLS works. You need to play the URL from your player.) </p> + <p> + Note: Downloading this file is useless because of the way HLS works. You need to play the URL from your player. + <p> </div> </div> </div> |