wrapper div around textarea for ie fix
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 19 Apr 2004 14:16:06 +0000 (14:16 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 19 Apr 2004 14:16:06 +0000 (14:16 +0000)
includes/EditPage.php

index 97246fa..218d1a9 100644 (file)
@@ -356,14 +356,14 @@ class EditPage {
                }
                $wgOut->addHTML( "
 {$toolbar}
-<form id=\"editform\" name=\"editform\" method=\"post\" action=\"$action\"
+<div id=\"tawrapper\"><form id=\"editform\" name=\"editform\" method=\"post\" action=\"$action\"
 enctype=\"application/x-www-form-urlencoded\">
 {$commentsubject}
 <textarea tabindex='1' accesskey=\",\" name=\"wpTextbox1\" rows='{$rows}'
 cols='{$cols}'{$ew}>" .
 htmlspecialchars( $wgLang->recodeForEdit( $this->textbox1 ) ) .
 "
-</textarea>
+</textarea></div>
 <br />{$editsummary}
 {$checkboxhtml}
 <input tabindex='5' type='submit' value=\"{$save}\" name=\"wpSave\" accesskey=\"".wfMsg('accesskey-save')."\"".