]> git.sesse.net Git - vlc/commitdiff
luahttp: add doctype
authorFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 7 Sep 2011 13:28:56 +0000 (15:28 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 7 Sep 2011 13:28:56 +0000 (15:28 +0200)
share/lua/http/index.html

index 0629831a6394392a6ca9136cb2a18e5e6b9ef595..4c21cfd981595e7a312966a6e067049d4be77a52 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 <  index.html: VLC media player web interface - VLM
 < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
                dialogs("browse_window.html","stream_window.html","create_stream.html","offset_window.html","mosaic_window.html","equalizer_window.html","batch_window.html","error_window.html");
                ?>
        </body>
-</html>
\ No newline at end of file
+</html>