]> git.sesse.net Git - vlc/commitdiff
* spelling fix and fix of copyright and version strings on info.html
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 8 Nov 2003 15:59:46 +0000 (15:59 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 8 Nov 2003 15:59:46 +0000 (15:59 +0000)
share/http/index.html
share/http/info.html

index f645bc7d8bb75d17d5d36c3e7d992fe1dccf062b..e7df9c21154ce07fb99a8c738293a3635929cdbf 100644 (file)
@@ -26,7 +26,7 @@
         <td><input type="submit" name="control" value="previous" /></td>
         <td><input type="submit" name="control" value="next" /></td>
         <td><input type="submit" name="control" value="fullscreen" /></td>
-        <td><a href="info.html">Informations</a></td>
+        <td><a href="info.html">Information</a></td>
         <td><a href="admin/">Administration</a></td>
        </form>
        <form>
index b46e95a6b9a9dbd616e425cef8b197a5743ae3b2..8d1bc5d67e097cdf416ae8ca7cb5ab28e28c9e7e 100644 (file)
@@ -3,7 +3,7 @@
     <title>VLC Media Player - Informations</title>
 </head>
 <body>
-    <h2><center><a href="http://www.videolan.org">VLC Media Player <vlc id="display" param1="version" /></a></center></h2>
+    <h2><center><a href="http://www.videolan.org">VLC Media Player <vlc id="value" param1="version" /></a></center></h2>
     <hr/>
     <vlc id="foreach" param1="cat" param2="informations" />
         <p> <vlc id="value" param1="cat.name" />
@@ -14,6 +14,6 @@
         </ul>
     <vlc id="end" />
     <hr/>
-    <p><vlc id="display" param1="copyright" /> </p>
+    <p><vlc id="value" param1="copyright" /> </p>
 </body>
 </html>