From 6b7f7a0d34ca36fa9045134214e2a20aabf55b28 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 5 May 2004 12:03:12 +0000 Subject: [PATCH] open edit help in separate window to work around IE data loss bug --- includes/EditPage.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index de75631c01..34fccee1b7 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -280,8 +280,10 @@ class EditPage { $cancel = $sk->makeKnownLink( $this->mTitle->getPrefixedURL(), wfMsg( "cancel" ) ); - $edithelp = $sk->makeKnownLink( wfMsg( "edithelppage" ), - wfMsg( "edithelp" ) ); + $edithelpurl = $sk->makeUrl( wfMsg( "edithelppage" )); + $edithelp = ''. + wfMsg( "edithelp" ).''; $copywarn = wfMsg( "copyrightwarning", $sk->makeKnownLink( wfMsg( "copyrightpage" ) ) ); -- 2.20.1