Skip to content

Commit

Permalink
Fixed typo, making the correct icon appear on github pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasIME authored and Matheus Marchini committed Dec 6, 2017
1 parent c31df7a commit ec70955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>Demos</h1>
<hr class="soften">
<p>Inside a modal with 24hr mode and seconds enabled.</p>
<div class="input-group bootstrap-timepicker timepicker">
<input id="timepicker2" class="form-control input-small" type="text"/><span class="input-group-addon"><i class="glyphicon glyphiicon-time"></i></span>
<input id="timepicker2" class="form-control input-small" type="text"/><span class="input-group-addon"><i class="glyphicon glyphicon-time"></i></span>
</div>
&nbsp;
<a href="#timepicker2Source" data-toggle="collapse">+ View Source</a>
Expand Down

0 comments on commit ec70955

Please sign in to comment.