mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 03:33:54 +08:00
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:
parent
5026666c66
commit
82fe643b70
@ -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" />
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user