Index: trunk/extensions/Translate/SpecialTranslations.php |
— | — | @@ -167,7 +167,7 @@ |
168 | 168 | |
169 | 169 | $niceTitle = htmlspecialchars( $this->getTheCode( $s->page_title ) ); |
170 | 170 | |
171 | | - if ( $canTranslate ) ) { |
| 171 | + if ( $canTranslate ) { |
172 | 172 | $tools['edit'] = $sk->link( |
173 | 173 | $t, |
174 | 174 | $niceTitle, |