$NetBSD: patch-al,v 1.2 2009/09/15 10:48:46 taca Exp $

* Output Content-Type header explicitly.

--- public_html/admin/install/help.php.orig	2009-07-29 20:41:47.000000000 +0900
+++ public_html/admin/install/help.php
@@ -109,6 +109,7 @@ $display .= '
 </body>
 </html>' . LB;
 
+header('Content-Type: text/html; charset=' . $LANG_CHARSET);
 echo $display;
 
 ?>
