Break/clear before edit box to preview preview floating weirdness
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 19 May 2003 21:18:08 +0000 (21:18 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 19 May 2003 21:18:08 +0000 (21:18 +0000)
includes/Article.php

index 3453d7e..4e81c27 100644 (file)
@@ -540,6 +540,7 @@ class Article {
                $wgOut->addHTML( "
 <form id=\"editform\" method=\"post\" action=\"$action\"
 enctype=\"application/x-www-form-urlencoded\">
+<br clear=\"all\" />
 <textarea tabindex=1 name=\"wpTextbox1\" rows={$rows}
 cols={$cols}{$ew} wrap=\"virtual\">" .
 $wgLang->recodeForEdit( $wpTextbox1 ) .