diff options
author | Ev Bogue <ev@evbogue.com> | 2019-04-10 19:15:54 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-04-10 19:15:54 -0500 |
commit | abc12dc0d7b262b3fe82d6175a760e363c85307b (patch) | |
tree | 28ce59fd2018518f1866339d68b2c88ade5b62a2 | |
parent | 8e5dbe95887bf7a2c4cd11ef818342cf7130c462 (diff) |
quick fix
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |