]> git.mjollnir.org Git - s9y.git/commitdiff
Deleted duplicate slash (it would be //UTF-8/lang_ otherwise, I think)
authorwesley <wesley>
Tue, 2 Aug 2005 00:35:23 +0000 (00:35 +0000)
committerwesley <wesley>
Tue, 2 Aug 2005 00:35:23 +0000 (00:35 +0000)
serendipity_config.inc.php

index 9f6e33d2dcebb9bb6f9339dfb11f8c51ba5d4062..c3c4a7f55a9d78f1cfa5af726c13ad8b77282a24 100644 (file)
@@ -212,7 +212,7 @@ if (defined('DATE_LOCALES')) {
 }
 
 $serendipity['charsets'] = array(
-    '/UTF-8/' => 'UTF-8',
+    'UTF-8/' => 'UTF-8',
     ''        => CHARSET_NATIVE
 );