Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -3022,7 +3022,7 @@ |
3023 | 3023 | if ( $wgAllowUserCss ) { |
3024 | 3024 | if ( $this->getTitle()->isCssSubpage() && $this->userCanPreview() ) { |
3025 | 3025 | // @todo FIXME: Properly escape the cdata! |
3026 | | - $out->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) ); |
| 3026 | + $this->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) ); |
3027 | 3027 | } else { |
3028 | 3028 | $moduleStyles[] = 'user'; |
3029 | 3029 | } |