From 6024f1cb4fd9af2353348bc5f65e9b718ed33fb3 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Tue, 29 May 2012 08:56:08 +0000 Subject: [PATCH] Tab fix for prototype --- e107_admin/cpage.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/e107_admin/cpage.php b/e107_admin/cpage.php index 2d5d457aa..3fb65c34b 100644 --- a/e107_admin/cpage.php +++ b/e107_admin/cpage.php @@ -396,15 +396,15 @@ class page_admin_ui extends e_admin_ui ".CUSLAN_9." "; - - $text .= "
"; + + $text .= "
"; $data = $tp->toForm($data,FALSE,TRUE); // Make sure we convert HTML tags to entities $textareaValue = (strstr($data, "[img]http") ? $data : str_replace("[img]../", "[img]", $data)); $text .= $this->bbareaMulti('data', $textareaValue, 'page','help','large'); - + $text .= "
"; // $text .= $frm->bbarea('data', $textareaValue, 'page','help','large'); @@ -558,7 +558,7 @@ class page_admin_ui extends e_admin_ui $c= 0; $titles[0] = ""; - $text .= "
"; + return $text; }