Skip to content

Commit 6d6f4a3

Browse files
committed
Script type attribute not required in HTML5
1 parent 9cd5e10 commit 6d6f4a3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.jekyll-metadata

-152 KB
Binary file not shown.

content/_download/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ summary: Start using the Patterns library in your own project in minutes time.
99
3. Put the follwing line in the head of your main HTML page.
1010

1111
<pre class="pat-syntax-highlight">
12-
&lt;script src="your-patterns-folder/patterns.js" type="text/javascript"&gt;&lt;/script&gt;
12+
&lt;script src="your-patterns-folder/patterns.js"&gt;&lt;/script&gt;
1313
</pre>
1414

1515
Happy creating!

0 commit comments

Comments
 (0)