aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index f2e0765..5661e1c 100644
--- a/app.js
+++ b/app.js
@@ -121,7 +121,7 @@ function route () {
var oldKey = h('div', {classlist: 'message'})
- oldKey.appendChild(h('You had a key in localStorage. Import it to the new database by pasting it into the box above.'))
+ oldKey.appendChild(h('p', ['You had a key in localStorage. Import it to the new database by pasting it into the box above.']))
oldKey.appendChild(h('pre', {style: 'width: 80%'}, [h('code', [JSON.stringify(localStorage['id'])])]))
scroller.appendChild(oldKey)