Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -288,7 +288,8 @@ |
289 | 289 | $feed = new $wgFeedClasses[$type]( |
290 | 290 | $this->feedTitle(), |
291 | 291 | wfMsgExt( 'tagline', 'parsemag' ), |
292 | | - $this->getTitle()->getFullUrl() . "/" . htmlspecialchars( $this->opts['target'] ) ); |
| 292 | + $this->getTitle()->getFullUrl() . "/" . urlencode($this->opts['target']) |
| 293 | + ); |
293 | 294 | |
294 | 295 | // Already valid title |
295 | 296 | $nt = Title::makeTitleSafe( NS_USER, $this->opts['target'] ); |