From a5f37cf8e9ce2e6503e273efb296e2aff5fd6eff Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Mon, 21 Mar 2005 16:18:52 +0000 Subject: [PATCH] Bug 1704: Untranslateable text in SpecialLog --- includes/SpecialLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialLog.php b/includes/SpecialLog.php index 76cfd5ef80..a7c01e5dce 100644 --- a/includes/SpecialLog.php +++ b/includes/SpecialLog.php @@ -291,7 +291,7 @@ class LogViewer { $this->getTypeMenu() . $this->getUserInput() . $this->getTitleInput() . - "" . + "" . "" ); } -- 2.20.1