Restore the clear all on the edit form which keeps floating images in the preview...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 9 Jun 2003 02:00:35 +0000 (02:00 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 9 Jun 2003 02:00:35 +0000 (02:00 +0000)
includes/Article.php

index bc7847e..078dc8b 100644 (file)
@@ -536,6 +536,7 @@ class Article {
                                $wgOut->addHTML($previewhead);
                                $wgOut->addWikiText( $this->preSaveTransform( $previewtext ) ."\n\n");
                        }
+                       $wgOut->addHTML( "<br clear=\"all\" />\n" );
                }
                $wgOut->addHTML( "
 <form id=\"editform\" name=\"editform\" method=\"post\" action=\"$action\"