[ticket/security/275] Use unicode quote types

SECURITY-275
This commit is contained in:
Marc Alexander 2023-01-12 20:12:33 +01:00
parent e5f069b15b
commit 34f23477ff
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -679,8 +679,8 @@ $lang = array_merge($lang, array(
'RETURN_TO' => 'Return to “%s”', 'RETURN_TO' => 'Return to “%s”',
'RETURN_TO_INDEX' => 'Return to Board Index', 'RETURN_TO_INDEX' => 'Return to Board Index',
'ROUTE_NOT_FOUND' => 'The requested route "%1$s" could not be found.', 'ROUTE_NOT_FOUND' => 'The requested route “%s” could not be found.',
'ROUTE_INVALID_MISSING_PARAMS' => 'Invalid or missing parameters passed for route "%1$s".', 'ROUTE_INVALID_MISSING_PARAMS' => 'Invalid or missing parameters passed for route “%s”.',
'FEED' => 'Feed', 'FEED' => 'Feed',
'FEED_NEWS' => 'News', 'FEED_NEWS' => 'News',