]> git.sesse.net Git - vlc/blobdiff - share/http/index.html
svg module: fix memleak.
[vlc] / share / http / index.html
index c6e89b267b712a4f3b36d4e5cbff2f3ad7c65959..03e91f6fecd4d54bf875b63740e8dc435991e844 100644 (file)
 <head>
 
   <title>VLC media player - Web Interface</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <link href="style.css" rel="stylesheet" type="text/css" />
+  <!--[if IE ]>
+  <link href="iehacks.css" rel="stylesheet" type="text/css" />
+  <![endif]-->
   <script type="text/javascript" src="js/functions.js"></script>
 
   <!-- in case people had scripts that sent commands to the default
        index.html page -->
   <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort,move" />
+  <vlc id="set" param1="sout" param2="string" />
 
 </head>
 
 
 <noscript>
   <hr/>
+  <p>
   Warning: Your browser doesn't support javascript.
   You should use the <a href="old/">old http interface</a>.
+  </p>
   <hr/>
 </noscript>