From ea57b5bc08619c0cf5d777de6e0e193156413ea4 Mon Sep 17 00:00:00 2001 From: wesley Date: Tue, 2 Aug 2005 00:35:23 +0000 Subject: [PATCH] Deleted duplicate slash (it would be //UTF-8/lang_ otherwise, I think) --- serendipity_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5