From: Brion Vibber Date: Wed, 30 Jun 2004 07:45:47 +0000 (+0000) Subject: is not a real tag. It doesn't do anything and would cause X-Git-Tag: 1.5.0alpha1~2733 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=a8d224b7222442709faafebf2a087abb9f0d573b;p=lhc%2Fweb%2Fwiklou.git is not a real tag. It doesn't do anything and would cause XHTML 1.0 transitional validation to fail, so chucking it. (bug #981237) --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 41f096e788..52b027a780 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -357,8 +357,8 @@ class EditPage { $checkboxhtml = $minoredithtml . $watchhtml . "
"; if ( "preview" == $formtype) { - $previewhead="

" . wfMsg( "preview" ) . "

\n

" . - wfMsg( "note" ) . wfMsg( "previewnote" ) . "

\n"; + $previewhead="

" . wfMsg( "preview" ) . "

\n

" . + wfMsg( "note" ) . wfMsg( "previewnote" ) . "

\n"; if ( $isConflict ) { $previewhead.="

" . wfMsg( "previewconflict" ) . "

\n";