Skip to content

Commit 2ccbaee

Browse files
committed
Replacing '&' and '<' with HTML entities
1 parent 4c9325a commit 2ccbaee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ <h1 data-step="1" data-intro="Hello all! :) This project's called Intro.js.">Int
8181
<h4>Easy to Use</h4>
8282
<p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p>
8383

84-
<h4>Fast & Small</h4>
84+
<h4>Fast &amp; Small</h4>
8585
<p><strong>4 KB</strong> JavaScript and <strong>2 KB</strong> CSS. That's all.</p>
8686

87-
<h4>Free & Open-Source</h4>
87+
<h4>Free &amp; Open-Source</h4>
8888
<p>Free and open-source (including commercial use). Published under MIT license.</p>
8989
</div>
9090

@@ -94,8 +94,8 @@ <h4>Keyboard + Mouse navigation</h4>
9494

9595
<h4>Browser Compatibllity</h4>
9696
<p>Better compatibility is on the roadmap, but currently it should work in recent versions of Firefox and Chrome (probably IE10, too!)</p>
97-
<h4>Developed with <3</h4>
98-
<p>With <3 in <a href='http://usabli.ca/' target="_blank" title="usabli.ca group">usabli.ca</a>, Tehran.</p>
97+
<h4>Developed with &lt;3</h4>
98+
<p>With &lt;3 in <a href='http://usabli.ca/' target="_blank" title="usabli.ca group">usabli.ca</a>, Tehran.</p>
9999
</div>
100100
</div>
101101

0 commit comments

Comments
 (0)