r69340 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69339
|
r69340
|
r69341
>
Date:
19:19, 14 July 2010
Author:
platonides
Status:
ok
Tags:
Comment:
Remove extra space.
Modified paths:
/trunk/phase3/skins/Vector.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/Vector.php
—
—
@@ -293,7 +293,7 @@
294
294
// Checks if the user is logged in
295
295
if ( $this->loggedin ) {
296
296
if ( $wgVectorUseIconWatch ) {
297
- $class = 'icon ';
297
+ $class = 'icon';
298
298
$place = 'views';
299
299
} else {
300
300
$class = '';
Follow-up revisions
Revision
Commit summary
Author
Date
r69729
1.16wmf4: Merge Vector fixes from trunk:
r65063
,
r68798
,
r69335
,
r69336
,
r693...
catrope
14:09, 22 July 2010
Status & tagging log
14:15, 22 July 2010
Catrope
(
talk
|
contribs
)
changed the
tags
for r69340
[
removed:
vectorfix]
17:27, 20 July 2010
Catrope
(
talk
|
contribs
)
changed the
tags
for r69340
[
added:
vectorfix]
19:20, 14 July 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r69340
[
removed:
new
added:
ok]