Index: trunk/phase3/includes/RawPage.php |
— | — | @@ -151,7 +151,7 @@ |
152 | 152 | $dangerousTypes = array( $wgJsMimeType, 'text/css' ); |
153 | 153 | if ( in_array( $this->mContentType, $dangerousTypes ) && |
154 | 154 | !($this->mTitle->isCssOrJsPage() || $this->mTitle->isCssJsSubpage() ) ) |
155 | | - return '/* EMPTY */'; |
| 155 | + return '/* Page type not compatible with requested mime type. */'; |
156 | 156 | |
157 | 157 | if($this->mGen) { |
158 | 158 | $sk = $wgUser->getSkin(); |