Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)

This commit is contained in:
Antoine Cellerier 2007-12-09 18:32:02 +00:00
parent 5026666c66
commit 82fe643b70
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
<head>
<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" />
<!--[if IE ]>
<link href="iehacks.css" rel="stylesheet" type="text/css" />

View File

@ -28,7 +28,7 @@
<head>
<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" />
<script type="text/javascript" src="js/functions.js"></script>
<script type="text/javascript" src="js/vlm.js"></script>

View File

@ -28,7 +28,7 @@
<head>
<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" />
<script type="text/javascript" src="js/functions.js"></script>
<script type="text/javascript" src="js/vlm.js"></script>