From 4b541b55fc64161c33c0e8238e93fe568d615ad7 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 7 May 2006 18:17:28 +0000 Subject: [PATCH] Missing --- includes/SpecialUndelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 8da70e0a6a..9e863011f9 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -547,7 +547,7 @@ class UndeleteForm { # Slip in the hidden controls here $misc = wfHidden( 'target', $this->mTarget ); $misc .= wfHidden( 'wpEditToken', $wgUser->editToken() ); - $wgOut->addHtml( $misc ) . ''; + $wgOut->addHtml( $misc . '' ); } return true; -- 2.20.1