r56732 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r56731
|
r56732
|
r56733
>
Date:
20:06, 21 September 2009
Author:
ialex
Status:
ok
Tags:
Comment:
Just a little cosmetic change, removed empty line in <head> since OutputPage::headElement() already adds a new line to separate this from OutputPage::buildCssLinks()
Modified paths:
/trunk/phase3/includes/OutputPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/OutputPage.php
—
—
@@ -1864,7 +1864,7 @@
1865
1865
}
1866
1866
}
1867
1867
1868
- return implode( "\n", $tags ) . "\n";
1868
+ return implode( "\n", $tags );
1869
1869
}
1870
1870
1871
1871
/**
Status & tagging log
23:37, 29 September 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r56732
[
removed:
new
added:
ok]