Add missing semicolon to &mdash

Change-Id: If669c89cd06ca173c0dcf6a01a793ddf8ce31793
This commit is contained in:
Kunal Mehta 2016-12-14 01:01:57 -08:00
parent 782313088d
commit 651d8f174b

View file

@ -114,7 +114,7 @@ class LintErrorsPager extends TablePager {
$templateTitle = Title::newFromText( $templateName, NS_TEMPLATE );
if ( !$templateTitle ) {
// Shouldn't be possible...???
return '&mdash';
return '—';
}
return $this->linkRenderer->makeLink(