From 2a6ba612ba61ac4e82cbd908e2ff9be3af7cb599 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke <marijnh@gmail.com> Date: Mon, 18 Jul 2011 21:13:05 +0200 Subject: [PATCH] Fix typo in SPARQL demo page --- mode/sparql/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/sparql/index.html b/mode/sparql/index.html index c3036262f..a0e2f4e08 100644 --- a/mode/sparql/index.html +++ b/mode/sparql/index.html @@ -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> -- GitLab