Skip to content

Commit

Permalink
Update demo.html
Browse files Browse the repository at this point in the history
Code point reference correction
  • Loading branch information
damianvila committed Jun 4, 2021
1 parent cc6813a commit ee28b75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
text-align: center;
color: white;
background-color: #369;
text-transform: uppercase;
}
footer {
margin: 2rem 0 1rem;
Expand Down Expand Up @@ -348,7 +349,7 @@ <h2 class="group">Latin-1 Supplement</h2>
<h2 class="group">Others (Mac Roman & Windows-1252)</h2>

<div class="glyph"><span class="char">&#x141;</span><span class="unicode">0141</span></div>
<div class="glyph"><span class="char">&#x152;</span><span class="unicode">00152</span></div>
<div class="glyph"><span class="char">&#x152;</span><span class="unicode">0152</span></div>
<div class="glyph"><span class="char">&#x160;</span><span class="unicode">0160</span></div>
<div class="glyph"><span class="char">&#x1e9e;</span><span class="unicode">1E9E</span></div>
<div class="glyph"><span class="char">&#x178;</span><span class="unicode">0178</span></div>
Expand Down

0 comments on commit ee28b75

Please sign in to comment.