Remove newline at end of MWExceptionRenderer::getShowBacktraceError
authorFomafix <fomafix@googlemail.com>
Mon, 3 Jul 2017 14:21:49 +0000 (16:21 +0200)
committerFomafix <fomafix@googlemail.com>
Tue, 18 Jul 2017 10:26:44 +0000 (12:26 +0200)
Also add a period at the end of the sentence.

This changes the HTML comment from

<!-- Set $wgShowExceptionDetails = true; at the bottom
of LocalSettings.php to show detailed debugging
information
 -->

to

<!-- Set $wgShowExceptionDetails = true; at the bottom
of LocalSettings.php to show detailed debugging
information. -->

This is a follow-up to 842b7a1769 (T162315).

Change-Id: I45ff4f856ad1c0dc72066fce7771077ff4663785


No differences found