Browse Source

Update indexStable.html

Fix, Displaying wrong label on "indexstable" Version changer dropdown
aWeirdo 7 years ago
parent
commit
2c93480545
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Playground/indexStable.html

+ 2 - 2
Playground/indexStable.html

@@ -110,7 +110,7 @@
         </div>
 
         <div class="category right">
-            <div class="button select"><span id="currentVersion1600">Version: Latest</span>
+            <div class="button select"><span id="currentVersion1600">Version: Stable/span>
                 <div class="toDisplay">
                     <div class="option" onclick="setVersion('latest');">Latest</div>
                     <div class="option" onclick="setVersion('stable');">Stable</div>
@@ -391,4 +391,4 @@
     <script src="js/index.js"></script>
 </body>
 
-</html>
+</html>