From 6952c4b32c1fca390945b9158ae171757e6a93cf Mon Sep 17 00:00:00 2001 From: William Durand Date: Thu, 21 Aug 2014 22:44:19 +0200 Subject: [PATCH] Fix #486 --- Resources/views/layout.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 6aec117..4eb48a7 100755 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -24,7 +24,7 @@ {% if 'json' in bodyFormats %}{% endif %} {% endif %} - {% if bodyFormats|length > 0 %} + {% if requestFormats|length > 0 %} request format: