Skip to content

Commit

Permalink
Alert Example: Add lang definitions to alert text
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Bijl committed Mar 20, 2017
1 parent f566b21 commit d7b2db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/alert/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 id="ex_label">Example</h2>

<!-- The following script element contains the content that will be inserted into the alert element. -->
<script type="text/template" id="alert-template">
<p>Hej, hello, ciao, こんにちは, 안녕</p>
<p><span lang="da">Hej</span>, hello, <span lang="it">ciao</span>, <span lang="ja">こんにちは</span>, <span lang="ko">안녕</span></p>
</script>
</div>
<div role="separator" id="ex_end_sep" aria-labelledby="ex_end_sep ex_label" aria-label="End of"></div>
Expand Down

0 comments on commit d7b2db4

Please sign in to comment.