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 %> <%= yield :data %>
<footer id='bottom'>
<%= raw SiteText.text_for(:bottom) %>
</footer>
<%= render :partial => "common/discourse_javascript" %> <%= render :partial => "common/discourse_javascript" %>
<%= render_google_analytics_code %> <%= render_google_analytics_code %>
<%= raw SiteText.text_for(:bottom) %>
</body> </body>
</html> </html>

View file

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

View file

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