r108053 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108052
|
r108053
|
r108054
>
Date:
17:15, 4 January 2012
Author:
catrope
Status:
ok
Tags:
Comment:
Revert
r107066
, see CR comments for full rationale. Basically this moves the previewed CSS to the wrong place in the <head> while not actually applying Janus
Modified paths:
/trunk/phase3/includes/OutputPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/OutputPage.php
—
—
@@ -3196,7 +3196,7 @@
3197
3197
array( 'excludepage' => $this->getTitle()->getPrefixedDBkey() )
3198
3198
);
3199
3199
// Load the previewed CSS
3200
- $this->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) );
3200
+ $otherTags .= Html::inlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) );
3201
3201
} else {
3202
3202
// Load the user styles normally
3203
3203
$moduleStyles[] = 'user';
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r107066
apply CSS::Janus when user preview its CSS style...
hashar
13:35, 22 December 2011
Status & tagging log
17:17, 4 January 2012
Hashar
(
talk
|
contribs
)
changed the
status
of r108053
[
removed:
new
added:
ok]