From 411a6c6e66adbffa20c501263330d6edc21f01cc Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 28 Nov 2004 04:16:24 +0000 Subject: [PATCH] For now, at least, language links are written in HTML due to Latin-1 silliness. Don't escape them again... --- skins/MonoBook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 566c56095c..978ce43860 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -162,7 +162,7 @@ class MonoBookTemplate extends QuickTemplate { data['language_urls'] as $langlink) { ?>
  • + ?>">
  • -- 2.20.1