Commit 0fe0a91a by Tom Christie

Remove erronous HTML in example. Closes #4958

parent 544b4b99
...@@ -105,7 +105,7 @@ Here's a brief example that demonstrates: ...@@ -105,7 +105,7 @@ Here's a brief example that demonstrates:
<html> <html>
<head> <head>
<script src="/static/rest_framework/js/coreapi-0.1.0.js"></script> <script src="/static/rest_framework/js/coreapi-0.1.0.js"></script>
<script src="/docs/schema.js' %}"></script> <script src="/docs/schema.js"></script>
<script> <script>
const coreapi = window.coreapi const coreapi = window.coreapi
const schema = window.schema const schema = window.schema
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment