r100774 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100773
|
r100774
|
r100775
>
Date:
02:47, 26 October 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Let's not have ?> as the last thing on the page
Modified paths:
/trunk/tools/subversion/users.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/tools/subversion/users.php
—
—
@@ -51,8 +51,6 @@
52
52
if ( $retval ) {
53
53
echo " <p>Error: " . htmlspecialchars( $error ) . "</p>\n";
54
54
}
55
-echo " </body>\n";
56
-echo "</html>\n";
57
55
58
56
function getUserInfo( $userName ) {
59
57
$userInfo = array(
—
—
@@ -73,3 +71,6 @@
74
72
}
75
73
76
74
?>
75
+
76
+ </body>
77
+</html>
Status & tagging log
22:42, 21 November 2011
😂
(
talk
|
contribs
)
changed the
status
of r100774
[
removed:
new
added:
ok]