|
@@ -264,7 +264,7 @@ |
|
|
block discarded – undo |
|
264
|
264
|
): JsonResponse { |
|
265
|
265
|
$this->recordApiUsage('page/prose'); |
|
266
|
266
|
$this->setupArticleInfo($articleInfoRepo, $autoEditsHelper); |
|
267
|
|
- $this->addFlash('info', 'The algorithm used by this API has recently changed. ' . |
|
|
267
|
+ $this->addFlash('info', 'The algorithm used by this API has recently changed. '. |
|
268
|
268
|
'See https://www.mediawiki.org/wiki/XTools/Page_History#Prose for details.'); |
|
269
|
269
|
return $this->getFormattedApiResponse($this->articleInfo->getProseStats()); |
|
270
|
270
|
} |
Please login to merge, or discard this patch.