From: wesley Date: Tue, 2 Aug 2005 00:35:23 +0000 (+0000) Subject: Deleted duplicate slash (it would be //UTF-8/lang_ otherwise, I think) X-Git-Tag: 0.9~247 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ea57b5bc08619c0cf5d777de6e0e193156413ea4;p=s9y.git Deleted duplicate slash (it would be //UTF-8/lang_ otherwise, I think) --- diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 9f6e33d..c3c4a7f 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -212,7 +212,7 @@ if (defined('DATE_LOCALES')) { } $serendipity['charsets'] = array( - '/UTF-8/' => 'UTF-8', + 'UTF-8/' => 'UTF-8', '' => CHARSET_NATIVE );