Skip to content
Snippets Groups Projects
Commit 2a6ba612 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Fix typo in SPARQL demo page

parent 3430ca01
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<script src="../../lib/codemirror.js"></script>
<script src="sparql.js"></script>
<link rel="stylesheet" href="../../theme/default.css">
<style>.CodeMirror {border-top: 1px solid black; boder-bottom: 1px solid black;}</style>
<style>.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
<link rel="stylesheet" href="../../css/docs.css">
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment