From 674942d3edbfbfe5f8a6b6e86d266b896379606b Mon Sep 17 00:00:00 2001 From: vargenau Date: Tue, 8 Jun 2010 12:04:40 +0000 Subject: [PATCH] Partial revert, some modifications from Sebastien Le Callonnec were overwritten git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7498 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- configurator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configurator.php b/configurator.php index 2fffe4855..5e64077e1 100644 --- a/configurator.php +++ b/configurator.php @@ -173,7 +173,7 @@ body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; } pre { font-size: 120%; } td { border: thin solid black } tr { border: none } -div.hint { border: thin solid red, background-color: #eeeeee; } +div.hint { background-color: #eeeeee; } tr.hidden { border: none; display: none; } td.part { background-color: #eeeeee; color: inherit; } td.instructions { background-color: #ffffee; width: px; color: inherit; } @@ -2512,7 +2512,7 @@ if (!empty($HTTP_POST_VARS['action']) } if ($fp) { - fputs($fp, $config); + fputs($fp, utf8_encode($config)); fclose($fp); echo "

The configuration was written to $config_file.

\n"; if ($new_filename) { -- 2.45.0