From 651d8f174b79d5cf12661ff798dcba014fba8078 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 14 Dec 2016 01:01:57 -0800 Subject: [PATCH] Add missing semicolon to &mdash Change-Id: If669c89cd06ca173c0dcf6a01a793ddf8ce31793 --- includes/LintErrorsPager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LintErrorsPager.php b/includes/LintErrorsPager.php index 821c93d9..e4c447cd 100644 --- a/includes/LintErrorsPager.php +++ b/includes/LintErrorsPager.php @@ -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(