[vlc-commits] luahttp: add doctype

Francois Cartegnie git at videolan.org
Wed Sep 7 16:02:44 CEST 2011


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Sep  7 15:28:56 2011 +0200| [8346670536dd6394318a7e2442042b90d20f0a1e] | committer: Francois Cartegnie

luahttp: add doctype

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8346670536dd6394318a7e2442042b90d20f0a1e
---

 share/lua/http/index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/share/lua/http/index.html b/share/lua/http/index.html
index 0629831..4c21cfd 100644
--- a/share/lua/http/index.html
+++ b/share/lua/http/index.html
@@ -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
 < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
@@ -300,4 +301,4 @@
 		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>



More information about the vlc-commits mailing list