From b19e8da69f92dfb2d1260e43b1df357a8fd31665 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 29 Apr 2004 12:17:33 +0000 Subject: [PATCH] removed tawrapper --- includes/EditPage.php | 8 ++++---- includes/OutputPage.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index a511cd529c..52f409371b 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -359,11 +359,11 @@ class EditPage {
{$commentsubject} -
+
{$editsummary} {$checkboxhtml} recodeForEdit( $this->textbox1 ) ) . wfMsg( "yourtext" ), wfMsg( "storedversion" ) ); $wgOut->addHTML( "

" . wfMsg( "yourtext" ) . "

-
" ); +" ); } $wgOut->addHTML( "
\n" ); if($formtype =="preview" && !$wgUser->getOption("previewontop")) { diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 694f34d21e..1e0e423384 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -536,8 +536,8 @@ class OutputPage { if($source) { $rows = $wgUser->getOption( "rows" ); $cols = $wgUser->getOption( "cols" ); - $text = "

\n
"; + $text = "

\n"; $this->addHTML( $text ); } -- 2.20.1