fixed typo
authorJens Frank <jeluf@users.mediawiki.org>
Sun, 24 Oct 2004 08:31:22 +0000 (08:31 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sun, 24 Oct 2004 08:31:22 +0000 (08:31 +0000)
languages/LanguageLatin1.php

index c0f4cc3..c24f0be 100644 (file)
@@ -29,7 +29,7 @@
 
 # This file and LanguageUtf8.php may be included from within functions, so
 # we need to have global statements
-global $wgInputEncoding, $wgOutputEncoding, 
+global $wgInputEncoding, $wgOutputEncoding; 
 
 $wgInputEncoding = "ISO-8859-1";
 $wgOutputEncoding = "ISO-8859-1";