@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | // Send all to the template. |
177 | 177 | return $this->getFormattedResponse('topedits/result_page', [ |
178 | 178 | 'xtPage' => 'TopEdits', |
179 | - 'xtTitle' => $this->user->getUsername() . ' - ' . $this->page->getTitle(), |
|
179 | + 'xtTitle' => $this->user->getUsername().' - '.$this->page->getTitle(), |
|
180 | 180 | 'te' => $topEdits, |
181 | 181 | ]); |
182 | 182 | } |
@@ -316,7 +316,7 @@ discard block |
||
316 | 316 | |
317 | 317 | $this->addApiWarningAboutDates(['timestamp']); |
318 | 318 | if (false !== strpos($this->page->getTitle(true), '_')) { |
319 | - $this->addFlash('warning', 'In XTools 3.20, the page property will be returned ' . |
|
319 | + $this->addFlash('warning', 'In XTools 3.20, the page property will be returned '. |
|
320 | 320 | 'with spaces instead of underscores.'); |
321 | 321 | } |
322 | 322 | return $this->getFormattedApiResponse([ |