Skip to content

Commit

Permalink
No divs in a p tag!
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Jun 29, 2018
1 parent b9bfbd1 commit 0985cf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/template-webfont.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ <h3 class="clear padding-top-xlarge row padding-left-xlarge" id="<%= fontFamilyN
<span class="size-400 icon <%= baseClass %> icon-spacer" data-icon="<%= charcode %>"></span>
<span class="icon <%= baseClass %> icon-spacer" data-icon="<%= charcode %>"></span><%= glyphPretty %>
<p class="small">
<span class="label">Class</span>
<div class="kbd">&lt;i class="icon <%= baseClass %> <%= classPrefix %><%= _(glyph) %>"&gt;&lt;/i&gt;</div>
<span class="label">Class</span><br>
<span class="kbd">&lt;i class="icon <%= baseClass %> <%= classPrefix %><%= _(glyph) %>"&gt;&lt;/i&gt;</span>
</p>
<p class="small">
<span class="label">HTML with hex</span>
<div class="kbd">&lt;i class="icon <%= baseClass %>" data-icon="<%- charcode %>;"&gt;&lt;/i&gt;</div>
<span class="label">HTML with hex</span><br>
<span class="kbd">&lt;i class="icon <%= baseClass %>" data-icon="<%- charcode %>;"&gt;&lt;/i&gt;</span>
</p>
<div class="small">
<span class="label">Letter</span>
Expand Down

0 comments on commit 0985cf6

Please sign in to comment.