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)
commit6d0111186fc84c3a0d67356b1523559b62b1a481
tree7b6da20c2ef55eecd2899ad565457ec19f83aa40
parentffe76f81606b7e9411da2b17d7f506faccbe2517
Remove newline at end of MWExceptionRenderer::getShowBacktraceError

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
includes/exception/MWExceptionRenderer.php