Commit 82fe643b authored by Antoine Cellerier's avatar Antoine Cellerier

Really fix charset for http-lua pages (--[[ ]] are block comments in lua so...

Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)
parent 5026666c
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<head> <head>
<title>VLC media player - Web Interface</title> <title>VLC media player - Web Interface</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?vlc --[[ utf-8 ]] ?>" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" />
<!--[if IE ]> <!--[if IE ]>
<link href="iehacks.css" rel="stylesheet" type="text/css" /> <link href="iehacks.css" rel="stylesheet" type="text/css" />
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<head> <head>
<title>VLC media player - Web Interface - Mosaic Wizard</title> <title>VLC media player - Web Interface - Mosaic Wizard</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?vlc --[[FIXME charset]]?>" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/functions.js"></script> <script type="text/javascript" src="js/functions.js"></script>
<script type="text/javascript" src="js/vlm.js"></script> <script type="text/javascript" src="js/vlm.js"></script>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<head> <head>
<title>VLC media player - Web Interface - VLM</title> <title>VLC media player - Web Interface - VLM</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?vlc --[[FIXME charset]]?>" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/functions.js"></script> <script type="text/javascript" src="js/functions.js"></script>
<script type="text/javascript" src="js/vlm.js"></script> <script type="text/javascript" src="js/vlm.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment