Fixed broken formatting of JSON-LD example on landing page.
authorManu Sporny <msporny@digitalbazaar.com>
Thu, 18 Jul 2013 12:56:51 -0400
changeset 1779 aeb79cb59ff9
parent 1778 a1f0339cd224
child 1780 d4d7b229f5ce
child 1784 098d49430bba
Fixed broken formatting of JSON-LD example on landing page.
index.html
--- 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 -->