From b8a69660472a060279817f4544020e8a39d9aa86 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 4 Jan 2012 17:15:25 +0000 Subject: [PATCH] Revert r107066, see CR comments for full rationale. Basically this moves the previewed CSS to the wrong place in the while not actually applying Janus --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index f975a1f327..05b3bf0e76 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -3196,7 +3196,7 @@ $templates array( 'excludepage' => $this->getTitle()->getPrefixedDBkey() ) ); // Load the previewed CSS - $this->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) ); + $otherTags .= Html::inlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) ); } else { // Load the user styles normally $moduleStyles[] = 'user'; -- 2.20.1