Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -178,7 +178,7 @@ |
179 | 179 | $this->thisurl = $this->mTitle->getPrefixedURL(); |
180 | 180 | $query = $wgRequest->getValues(); |
181 | 181 | unset( $query['title'] ); |
182 | | - $this->thisquery = wfArrayToCGI( $query ); |
| 182 | + $this->thisquery = wfUrlencode( wfArrayToCGI( $query ) ); |
183 | 183 | $this->loggedin = $wgUser->isLoggedIn(); |
184 | 184 | $this->iscontent = ( $this->mTitle->getNamespace() != NS_SPECIAL ); |
185 | 185 | $this->iseditable = ( $this->iscontent and !( $action == 'edit' or $action == 'submit' ) ); |