2012-04-26 Junichi Satoh <junichi@rworks.jp>

* general/pandora_help.php: Added meta tag to avoid mistake of
	character code recognition with multibyte characters and Google
	chrome browser.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6176 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2012-04-26 01:32:13 +00:00
parent 3dec3881ac
commit e80ef2a22c
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-04-26 Junichi Satoh <junichi@rworks.jp>
* general/pandora_help.php: Added meta tag to avoid mistake of
character code recognition with multibyte characters and Google
chrome browser.
2012-04-25 Juan Manuel Ramon <juanmanuel.ramon@artica.es> 2012-04-25 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/reporting/reporting_builder.php: Removed PHP notices due to a * godmode/reporting/reporting_builder.php: Removed PHP notices due to a

View File

@ -23,7 +23,9 @@ require_once ("../include/functions_html.php");
<?php <?php
echo __('Pandora FMS help system'); echo __('Pandora FMS help system');
?> ?>
</title></head> </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<?php echo '<link rel="stylesheet" href="../include/styles/'.$config['style'].'.css" type="text/css">'; ?> <?php echo '<link rel="stylesheet" href="../include/styles/'.$config['style'].'.css" type="text/css">'; ?>
<body style="background-color: #555555; height: 100%; "> <body style="background-color: #555555; height: 100%; ">
<?php <?php