Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add type="text/javscript" to script tag in tutorial.
  • Loading branch information
lloyd committed Jun 23, 2011
1 parent f74fa6d commit f3b7f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browserid/static/developers.html
Expand Up @@ -30,7 +30,7 @@
<div class="number">1.</div>
<p><b>Enable BrowserID:</b> Include the BrowserID JavaScript library in your site by adding a script tag to your <tt>&lt;head&gt;</tt></p>

<pre><code>&lt;script src="https://browserid.org/include.js"&gt;&lt;/script&gt;</code></pre>
<pre><code>&lt;script src="https://browserid.org/include.js" type="text/javascript"&gt;&lt;/script&gt;</code></pre>
</div>
<div class="step">
<div class="number">2.</div>
Expand Down

0 comments on commit f3b7f47

Please sign in to comment.