Skip to content
Snippets Groups Projects
Commit a7b43d3db971 authored by Katia Saurfelt's avatar Katia Saurfelt
Browse files

Fix the wrong HTML

parent 53c19dd1ce87
No related branches found
Tags cubicweb-squareui-version-0.1.0
No related merge requests found
......@@ -158,7 +158,7 @@
@monkeypatch(basetemplates.HTMLPageFooter)
def call(self, **kwargs):
self.w(u'<footer id="pagefooter">')
self.w(u'<div id="footer" class"container">')
self.w(u'<div id="footer" class="container">')
self.footer_content()
self.w(u'</div>')
self.w(u'</footer>')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment