r81822 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81821
|
r81822
|
r81823
>
Date:
16:11, 9 February 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Per Siebrand's comment on
r81815
: removed useless line break
Modified paths:
/trunk/extensions/CodeReview/ui/CodeStatusListView.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/ui/CodeStatusListView.php
—
—
@@ -11,7 +11,7 @@
12
12
global $wgOut;
13
13
$name = $this->mRepo->getName();
14
14
$states = CodeRevision::getPossibleStates();
15
- $wgOut->wrapWikiMsg( "== $1 ==\n", 'code-field-status' );
15
+ $wgOut->wrapWikiMsg( "== $1 ==", 'code-field-status' );
16
16
17
17
$table_rows = '';
18
18
foreach ( $states as $state ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81815
Much easier to use OutputPage::wrapWikiMsg()
ialex
15:07, 9 February 2011
Status & tagging log
21:35, 12 February 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r81822
[
removed:
new
added:
ok]