Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #9 from jakemac53/patch-1
Browse files Browse the repository at this point in the history
Remove extra closing div tag
  • Loading branch information
addyosmani committed Jul 21, 2014
2 parents 1b03856 + be0eaf5 commit 98674c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raw.html
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ <h1>Press mah buttons!</h1> Lorem ipsum dolor sit amet, consectetur adipisicing
<span class="container"><canvas class="paper button raised" id="button_small" value="FAIL"></canvas></span>

<p><p>
<canvas class="paper button" id="button_borderless_square"></canvas></div>
<canvas class="paper button" id="button_borderless_square"></canvas>


</div>
Expand Down

0 comments on commit 98674c5

Please sign in to comment.