put the content in the right place

This commit is contained in:
Pierre Bondoerffer 2017-08-02 11:50:35 +02:00
parent 262a729ef7
commit ea3a8932be
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

View File

@ -152,9 +152,9 @@ define([
setHTML(h('p'), Msg.main_p2), setHTML(h('p'), Msg.main_p2),
h('h2', Msg.main_howitworks), h('h2', Msg.main_howitworks),
setHTML(h('p'), Msg.main_howitworks_p1) setHTML(h('p'), Msg.main_howitworks_p1)
]), ].concat(indexContent())),
infopageFooter() infopageFooter()
].concat(indexContent())); ]);
}; };
Pages['/privacy.html'] = function () { Pages['/privacy.html'] = function () {