Skip to content

Commit

Permalink
 
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Feb 13, 2011
1 parent 588a609 commit 16bfba4
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions fulljslint.html
Expand Up @@ -138,14 +138,13 @@
<tr>
<td><img src="jslint.gif" width="383" height="120" alt="JSLint"> </td>
<td valign="middle" align="left">
<p><big>The <a href="http://javascript.crockford.com/">JavaScript</a>
Code Quality Tool</big></p>
<p><big>The&nbsp;<a href="http://javascript.crockford.com/">JavaScript</a>&nbsp;Code Quality Tool</big></p>
<p id=JSLINT_EDITION></p>
<p>
<a href="http://www.JSLint.com/lint.html">Read the instructions.</a>
<a href="#JSLINT_OPTIONS">Set the options.</a>
<a href="http://www.JSLint.com/lint.html">Read the instructions.</a>&nbsp;
<a href="#JSLINT_OPTIONS">Set the options.</a>&nbsp;
<a href="http://www.amazon.com/exec/obidos/ASIN/0596517742/wrrrldwideweb"
target="_blank">Enjoy <i>The Good Parts</i>.</a></p>
target="_blank">Enjoy&nbsp;<i>The Good Parts</i>.</a></p>
</td></tr></table>
<script src="fullwebjslint.js">
// fullwebjslint.js is the concatenation of
Expand All @@ -155,8 +154,7 @@

<div id="JSLINT_">

<p style="background-color: transparent;"><textarea id="JSLINT_INPUT"></textarea>
</p>
<p style="background-color: transparent;"><textarea id="JSLINT_INPUT"></textarea></p>
<p>
<input type="button" name="jslint" value="JSLint">
&nbsp; &nbsp;
Expand All @@ -168,10 +166,10 @@
<div id="JSLINT_OUTPUT">

<div style="text-align: center;">Paste your program into the text box
above and click a <input type="button" name="jslint" value="JSLint">
above and click a&nbsp;<input type="button" name="jslint" value="JSLint">&nbsp;
button.</div>
<div style="text-align: center; margin: 1em; border: 2px solid black; padding: 1em; background-color: lightpink;">
WARNING: JSLint will hurt your feelings.
WARNING:&nbsp;JSLint will hurt your feelings.
</div>
</div>
<pre id="JSLINT_TREE"></pre>
Expand Down

0 comments on commit 16bfba4

Please sign in to comment.