From d9d89cad94eada62e900a012046b8d45c5aa3129 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 7 Dec 2015 13:11:22 -0800 Subject: [ticket/14247] Use quotes around @ and % strings in YAML PHPBB3-14247 --- phpBB/config/development/routing/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/config/development/routing') diff --git a/phpBB/config/development/routing/environment.yml b/phpBB/config/development/routing/environment.yml index 0cddfb7521..301183bbae 100644 --- a/phpBB/config/development/routing/environment.yml +++ b/phpBB/config/development/routing/environment.yml @@ -1,2 +1,2 @@ core.default: - resource: "../../default/routing/routing.yml" + resource: ../../default/routing/routing.yml -- cgit v1.2.1