From 34f23477ff1e44e5b7a31648b72c807bb47e4714 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 12 Jan 2023 20:12:33 +0100 Subject: [PATCH] [ticket/security/275] Use unicode quote types SECURITY-275 --- phpBB/language/en/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 96e1076007..f112a09e8d 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -679,8 +679,8 @@ $lang = array_merge($lang, array( 'RETURN_TO' => 'Return to “%s”', 'RETURN_TO_INDEX' => 'Return to Board Index', - 'ROUTE_NOT_FOUND' => 'The requested route "%1$s" could not be found.', - 'ROUTE_INVALID_MISSING_PARAMS' => 'Invalid or missing parameters passed for route "%1$s".', + 'ROUTE_NOT_FOUND' => 'The requested route “%s” could not be found.', + 'ROUTE_INVALID_MISSING_PARAMS' => 'Invalid or missing parameters passed for route “%s”.', 'FEED' => 'Feed', 'FEED_NEWS' => 'News',