Skip to content

Commit 7e8f6db

Browse files
committed
Change quotes to improve some syntax highlighting
1 parent e50e12b commit 7e8f6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/templates/graphene/graphiql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<script src="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.min.js"></script>
2525
</head>
2626
<body>
27-
<script src="{% static "graphene_django/graphiql.js" %}"></script>
27+
<script src="{% static 'graphene_django/graphiql.js' %}"></script>
2828
</body>
2929
</html>

0 commit comments

Comments
 (0)