Skip to content

Commit c85e3ad

Browse files
SlyDeathstevepolitodesign
authored andcommitted
Update application.html.erb
Tags header and main were not closed
1 parent 5b713f8 commit c85e3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/layouts/application.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<% end %>
2828
</ul>
2929
<hr/>
30-
<header>
30+
</header>
3131
<main style="width: 1200px; margin: 0 auto;">
3232
<%= yield %>
33-
<main>
33+
</main>
3434
</body>
3535
</html>

0 commit comments

Comments
 (0)