fix minor bugs in poll

This commit is contained in:
ansuz
2017-07-04 15:09:09 +02:00
parent 90bcadd87b
commit fa06f9d413
3 changed files with 2 additions and 423 deletions

View File

@@ -435,7 +435,7 @@ define([
h('div#poll', [
h('div#howItWorks', [
h('h1', 'CryptPoll'),
h('h2', Msg.poll_subtitle),
setHTML(h('h2'), Msg.poll_subtitle),
h('p', Msg.poll_p_save),
h('p', Msg.poll_p_encryption)
]),