Index: trunk/extensions/CheckUser/CheckUser_body.php |
— | — | @@ -375,7 +375,7 @@ |
376 | 376 | if( $block->load( $ip, $users_ids[$name] ) ) { |
377 | 377 | if( IP::isIPAddress($block->mAddress) && strpos($block->mAddress,'/') ) { |
378 | 378 | $userpage = Title::makeTitle( NS_USER, $block->mAddress ); |
379 | | - $blocklog = $sk->makeKnownLinkObj( $logs, wfMsgHtml('blockedtitle'), 'type=block&page=' . $userpage->getPrefixedText() ); |
| 379 | + $blocklog = $sk->makeKnownLinkObj( $logs, wfMsgHtml('blockedtitle'), 'type=block&page=' . urlencode( $userpage->getPrefixedText() ) ); |
380 | 380 | $s .= '<strong>(' . $blocklog . ' - ' . $block->mAddress . ')</strong><br/>'; |
381 | 381 | } else { |
382 | 382 | $userpage = Title::makeTitle( NS_USER, $name ); |