put the content in the right place

pull/1/head
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
1 changed files with 2 additions and 2 deletions

View File

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