Skip to content

Commit c210495

Browse files
committed
#268 script tag to jquery was not correctly html encoded
1 parent 5448c6d commit c210495

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

server/documents/introduction/getting-started.html.eco

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@ type : 'Main'
124124
<h4>Include in Your HTML</h4>
125125
<p>Running the gulp build tools will compile CSS and Javascript for use in your project. Just link to these files in your HTML along with the latest <a href="http://www.jquery.com" target="_blank">jQuery</a>.</p>
126126
<div class="ignored code" data-type="html" data-escape="true">
127-
<script
127+
&lt;script
128128
src="https://code.jquery.com/jquery-3.1.1.min.js"
129129
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
130-
crossorigin="anonymous"></script>
131-
130+
crossorigin="anonymous"&gt;&lt;/script&gt;
132131
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;semantic/dist/semantic.min.css&quot;&gt;
133132
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;semantic/dist/semantic.min.css&quot;&gt;
134133
&lt;script

0 commit comments

Comments
 (0)