de-duplicate <footer> ids

This commit is contained in:
Jeff Atwood 2014-06-24 00:12:01 -07:00
parent 3c84876660
commit fa415cd120

View File

@ -43,7 +43,7 @@
<%= yield %> <%= yield %>
<!-- :preload-content --> <!-- :preload-content -->
</div> </div>
<footer id='bottom' class="container"> <footer id='noscript-footer'>
<p><%= t 'powered_by_html' %></p> <p><%= t 'powered_by_html' %></p>
</footer> </footer>
</noscript> </noscript>