Skip to content
Snippets Groups Projects
Commit f3b7f47a authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

add type="text/javscript" to script tag in tutorial.

parent f74fa6d7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment