Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
yflory 2017-06-26 11:25:06 +02:00
commit c364803406
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ define([
]),
setHTML(h('p'), Msg.main_p2),
h('h2', Msg.main_howitworks),
setHTML(h('p', Msg.main_howitworks_p1))
setHTML(h('p'), Msg.main_howitworks_p1)
]);
};