Skip to content

Commit 2c23f8c

Browse files
committed
Update index.html
Remove unneeded </span>
1 parent ea54663 commit 2c23f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/RTL/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3 class="muted">Intro.js</h3>
4242
<hr>
4343

4444
<div class="jumbotron">
45-
<h1 data-step="1" data-intro="متن توضیح">RTL Style</span></h1>
45+
<h1 data-step="1" data-intro="متن توضیح">RTL Style</h1>
4646
<p class="lead" data-step="4" data-intro="یک مرحله دیگه">This is the <abbr lang="en" title="Right To Left">RTL</abbr> version of IntroJs which includes an addition CSS file to perform the RTL style.</p>
4747
<a class="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().setOptions({ 'nextLabel': 'بعد', 'prevLabel': 'قبل', 'skipLabel': 'خروج', 'doneLabel': 'اتمام' }).start();">Show me how</a>
4848
</div>
@@ -59,7 +59,7 @@ <h4>Section Two</h4>
5959

6060
<h4>Section Three</h4>
6161
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis augue a neque cursus ac blandit orci faucibus. Phasellus nec metus purus.</p>
62-
</div>
62+
</div>
6363

6464
<div class="span6" data-step="3" data-intro="امکانات بیشتر" data-position='left'>
6565
<h4>Section Four</h4>

0 commit comments

Comments
 (0)