| Index: trunk/phase3/includes/OutputPage.php |
| — | — | @@ -3187,7 +3187,7 @@ |
| 3188 | 3188 | array( 'excludepage' => $this->getTitle()->getPrefixedDBkey() ) |
| 3189 | 3189 | ); |
| 3190 | 3190 | // Load the previewed CSS |
| 3191 | | - $otherTags .= Html::inlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) ); |
| | 3191 | + $this->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) ); |
| 3192 | 3192 | } else { |
| 3193 | 3193 | // Load the user styles normally |
| 3194 | 3194 | $moduleStyles[] = 'user'; |