Skip to content

Commit ae82b1a

Browse files
committed
EditAccount: add <br clear="both" /> after the "account is disabled" msg for prettier display (at least on Monobook)
1 parent 7d8f6e9 commit ae82b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FlagClosedAccounts.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function efFlagClosedAccounts( $id ) {
3838
"<div class=\"errorbox account-disabled-box\" style=\"padding: 1em;\">\n$1\n</div>",
3939
'edit-account-closed-flag'
4040
);
41+
$wgOut->addHTML( '<br clear="both" />' );
4142
}
4243

4344
return true;

0 commit comments

Comments
 (0)