mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
correct parentheses
This commit is contained in:
parent
ce44a8d351
commit
f181e8db60
@ -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)
|
||||
]);
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user