From ec83b5aa479da66edcdaf30bb8835a17791f3163 Mon Sep 17 00:00:00 2001 From: npmcdn-to-unpkg-bot Date: Tue, 6 Sep 2016 20:21:27 +0100 Subject: [PATCH] Replace npmcdn.com with unpkg.com --- Resources/views/GraphiQL/index.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/views/GraphiQL/index.html.twig b/Resources/views/GraphiQL/index.html.twig index 0627e8f32..5296a54ab 100644 --- a/Resources/views/GraphiQL/index.html.twig +++ b/Resources/views/GraphiQL/index.html.twig @@ -11,11 +11,11 @@ overflow: hidden; } - + {% endblock style %} - - - + + + {% block title %}GraphiQL{% endblock title %} {% endblock head %}