git.joshuawise.com
/
patchfork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8279101
)
Fix UTF-8 support in config (bug reported by Eloi Rivard).
author
Joshua Wise
<joshua@h2so4.joshuawise.com>
Tue, 2 Mar 2010 20:40:27 +0000
(15:40 -0500)
committer
Joshua Wise
<joshua@h2so4.joshuawise.com>
Tue, 2 Mar 2010 20:40:27 +0000
(15:40 -0500)
player/config.php
patch
|
blob
|
blame
|
history
diff --git
a/player/config.php
b/player/config.php
index
2a08889
..
7146eed
100644
(file)
--- a/
player/config.php
+++ b/
player/config.php
@@
-46,6
+46,7
@@
@ob_start();
require_once("../inc/base.php");
require_once("../lang/master.php");
+ header("Content-Type: text/html; charset=UTF-8");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
This page took
0.01942 seconds
and
4
git commands to generate.