From: Michael McMahon <michael@fsf.org>
Date: Fri, 26 Apr 2024 22:02:29 +0000 (-0400)
Subject: Validation on live
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e6f0bc1154f13d69061d5887399aa365f42e38c9;p=libreplanet-static.git

Validation on live
---

diff --git a/2024/live/index.html b/2024/live/index.html
index 030ab2c7..44456de4 100755
--- a/2024/live/index.html
+++ b/2024/live/index.html
@@ -33,45 +33,45 @@
         choice, such as VLC or mplayer.
       </p>
       <p>
-	You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
+        You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
 
         <strong>High resolution videos:</strong><br><br>
 
         <a href="https://live.fsf.org/stream-room-jupiter.webm">https://live.fsf.org/stream-room-jupiter.webm</a><br>
         <a href="https://live.fsf.org/stream-room-saturn.webm">https://live.fsf.org/stream-room-saturn.webm</a><br>
-	<!--
+        <!--
         <a href="https://live.fsf.org/stream-room-neptune.webm">https://live.fsf.org/stream-room-neptune.webm</a><br><br>
-             -->
+        -->
 
         <strong>Low resolution videos (480p):</strong><br><br>
 
         <a href="https://live.fsf.org/stream-room-jupiter-lowres.webm">https://live.fsf.org/stream-room-jupiter-lowres.webm</a><br>
         <a href="https://live.fsf.org/stream-room-saturn-lowres.webm">https://live.fsf.org/stream-room-saturn-lowres.webm</a><br>
-          <!--
+        <!--
         <a href="https://live.fsf.org/stream-room-neptune-lowres.webm">https://live.fsf.org/stream-room-neptune-lowres.webm</a><br><br>
-             -->
+        -->
 
         <strong>Audio:</strong><br><br>
 
         <a href="https://live.fsf.org/stream-room-jupiter.ogg">https://live.fsf.org/stream-room-jupiter.ogg</a><br>
         <a href="https://live.fsf.org/stream-room-saturn.ogg">https://live.fsf.org/stream-room-saturn.ogg</a><br>
-           <!--
+        <!--
         <a href="https://live.fsf.org/stream-room-neptune.ogg">https://live.fsf.org/stream-room-neptune.ogg</a><br><br>
-                -->
-
-	or using something like this on a terminal:
-<pre>
-mpv https://live.fsf.org/stream-room-jupiter.webm
-mplayer https://live.fsf.org/stream-room-saturn.webm
-ffplay https://live.fsf.org/stream-room-saturn.webm
-</pre>
+        -->
+
+        or using something like this on a terminal:
       </p>
+        <pre>
+          mpv https://live.fsf.org/stream-room-jupiter.webm
+          mplayer https://live.fsf.org/stream-room-saturn.webm
+          ffplay https://live.fsf.org/stream-room-saturn.webm
+        </pre>
     </noscript>
 
     <div id="stream"></div>
 
     <iframe id="IRCiframe" style="display:none" src="https://irc.libreplanet.org/irc/"
-            class="irc-client">
+      class="irc-client">
     </iframe>
     <script>
         document.getElementById('IRCiframe').style.display='block';