Fixed broken formatting of JSON-LD example on landing page.
--- a/index.html Thu Jul 18 12:55:24 2013 -0400
+++ b/index.html Thu Jul 18 12:56:51 2013 -0400
@@ -109,12 +109,12 @@
<div class="span6">
<h2 style="text-align: center;">A Simple Example</h2>
<pre>{
- "<span style="color: rgb(255, 122, 0);">@context</span>": "<a href="http://json-ld.org/contexts/person.jsonld">http://json-ld.org/contexts/person.jsonld</a>",
- "<span style="color: rgb(255, 122, 0);">@id</span>": "<a href="http://dbpedia.org/resource/John_Lennon">http://dbpedia.org/resource/John_Lennon</a>",
- "<span style="color: rgb(255, 122, 0);">name</span>": "<span style="color: rgb(0, 148, 0);">John Lennon</span>",
- "<span style="color: rgb(255, 122, 0);">born</span>": "<span style="color: rgb(0, 0, 175);">1940-10-09</span>",
- "<span style="color: rgb(255, 122, 0);">spouse</span>": "<a href="http://dbpedia.org/resource/Cynthia_Lennon">http://dbpedia.org/resource/Cynthia_Lennon</a>"
- }</pre>
+ "<span style="color: rgb(255, 122, 0);">@context</span>": "<a href="http://json-ld.org/contexts/person.jsonld">http://json-ld.org/contexts/person.jsonld</a>",
+ "<span style="color: rgb(255, 122, 0);">@id</span>": "<a href="http://dbpedia.org/resource/John_Lennon">http://dbpedia.org/resource/John_Lennon</a>",
+ "<span style="color: rgb(255, 122, 0);">name</span>": "<span style="color: rgb(0, 148, 0);">John Lennon</span>",
+ "<span style="color: rgb(255, 122, 0);">born</span>": "<span style="color: rgb(0, 0, 175);">1940-10-09</span>",
+ "<span style="color: rgb(255, 122, 0);">spouse</span>": "<a href="http://dbpedia.org/resource/Cynthia_Lennon">http://dbpedia.org/resource/Cynthia_Lennon</a>"
+}</pre>
</div>
<!-- End span -->