Skip to content

Commit

Permalink
Merge pull request #1212 from IgniteUI/hPopov/fix-issue-1211
Browse files Browse the repository at this point in the history
Remove whitespace on iframe id
  • Loading branch information
zdrawku authored Apr 25, 2019
2 parents 6a6b08d + c919afd commit de3714a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp/components/chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _language: ja
#### デモ

<div class="sample-container loading" style="height:650px">
<iframe id="chip-sample-iframe " src='{environment:demosBaseUrl}/data-display/chip-sample' width="100%" height="100%" seamless frameBorder="0" onload="onSampleIframeContentLoaded(this);"></iframe>
<iframe id="chip-sample-iframe" src='{environment:demosBaseUrl}/data-display/chip-sample' width="100%" height="100%" seamless frameBorder="0" onload="onSampleIframeContentLoaded(this);"></iframe>
</div>
<br/>
<div>
Expand Down

0 comments on commit de3714a

Please sign in to comment.