remove unnecessary <footer> tags

This commit is contained in:
Régis Hanol 2014-11-12 14:35:20 +01:00
parent d1b2361b5e
commit fe541891fc
3 changed files with 3 additions and 7 deletions

View File

@ -80,12 +80,10 @@
<%= yield :data %>
<footer id='bottom'>
<%= raw SiteText.text_for(:bottom) %>
</footer>
<%= render :partial => "common/discourse_javascript" %>
<%= render_google_analytics_code %>
<%= raw SiteText.text_for(:bottom) %>
</body>
</html>

View File

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

View File

@ -33,7 +33,5 @@
<%= yield %>
</div>
</section>
<footer id='bottom' class="container">
</footer>
</body>
</html>