Remove trailing whitespace.
--- a/playground/index.html Tue Feb 26 00:46:37 2013 -0500
+++ b/playground/index.html Tue Feb 26 00:48:18 2013 -0500
@@ -1,17 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
- "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html version="XHTML+RDFa 1.0" xmlns="http://www.w3.org/1999/xhtml"
xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"
- xmlns:dcterms="http://purl.org/dc/terms/">
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <title>The JSON-LD Playground</title>
+ xmlns:dcterms="http://purl.org/dc/terms/">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+ <title>The JSON-LD Playground</title>
<link rel="stylesheet" href="jquery-ui-1.8.14.custom.css" type="text/css" />
- <link rel="stylesheet" href="../site.css" type="text/css" />
- <link rel="stylesheet" href="../common/prettify.css" type="text/css" />
- <link rel="stylesheet" href="playground.css" type="text/css" />
- <link rel="shortcut icon" href="favicon.ico" />
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
+ <link rel="stylesheet" href="../site.css" type="text/css" />
+ <link rel="stylesheet" href="../common/prettify.css" type="text/css" />
+ <link rel="stylesheet" href="playground.css" type="text/css" />
+ <link rel="shortcut icon" href="../favicon.ico" />
+ <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="jquery-ui-1.8.14.custom.min.js"></script>
<script type="text/javascript" src="js_beautify.js"></script>
<script type="text/javascript" src="../common/prettify.js"></script>
@@ -21,24 +21,24 @@
<script type="text/javascript" src="playground.js"></script>
<script type="text/javascript" src="playground-examples.js"></script>
</head>
-
- <body onload="playground.init();">
- <div id="container">
- <div id="header">
- <span class="col">
+
+ <body onload="playground.init();">
+ <div id="container">
+ <div id="header">
+ <span class="col">
<img class="banner" src="../images/json-ld-logo-1.png" />
<img class="banner" src="../images/json-ld-logo-2.png" />
<img class="banner" src="../images/json-ld-logo-3.png" />
<h1 property="dcterms:title">Playground</h1>
- </span>
- </div>
-
- <div id="content">
+ </span>
+ </div>
+
+ <div id="content">
<div class="breadcrumbs"><a href="../">JSON-LD</a> > Playground</div>
<div id="info hidden">
<p>Play around with JSON-LD markup by typing out
- some JSON below and seeing what gets generated from it at the
- bottom of the page. Pick any of the examples below to get started.
+ some JSON below and seeing what gets generated from it at the
+ bottom of the page. Pick any of the examples below to get started.
The <a href="http://json-ld.org/spec/latest/">specification</a>
is a work in progress.
</div>
@@ -72,20 +72,20 @@
<div id="markup-errors" class="errors"></div>
<div id="param-errors" class="errors"></div>
-
+
<div id="processing-errors" class="errors"></div>
<div id="tabs">
<ul>
- <li><a id="tab-compacted"
+ <li><a id="tab-compacted"
href="#compacted"><span>Compacted</span></a></li>
- <li><a id="tab-expanded"
+ <li><a id="tab-expanded"
href="#expanded"><span>Expanded</span></a></li>
- <li><a id="tab-normalized"
+ <li><a id="tab-normalized"
href="#normalized"><span>Normalized</span></a></li>
- <li><a id="tab-framed"
+ <li><a id="tab-framed"
href="#framed"><span>Framed</span></a></li>
- <li><a id="tab-nquads"
+ <li><a id="tab-nquads"
href="#nquads"><span>N-Quads</span></a></li>
</ul>
<pre id="compacted" class="prettyprint lang-jsonld"></pre>
@@ -96,16 +96,16 @@
</div>
</div>
-
- <div id="footer">
- <p id="copyright">
+
+ <div id="footer">
+ <p id="copyright">
Website content released under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution Share-Alike license</a> except where an alternate is specified.
- </p>
- <p id="legal">
+ </p>
+ <p id="legal">
Part of the <a href="http://payswarm.com/">payswarm.com</a> initiative.
</p>
- </div>
- </div>
- </body>
+ </div>
+ </div>
+ </body>
</html>