Commit 318383db2d5f15f36928ea41e5158a5de1dd0973
invites should open to a new window
Ev Bogue committed on 1/8/2017, 11:27:32 PMParent: 0e08c7667c8cc69a597a732bfb5fddea8fd6e382
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -55,9 +55,9 @@ | ||
55 | 55 … | h('style', fs.readFileSync('style.css', 'utf8')) |
56 | 56 … | ), |
57 | 57 … | h('body', |
58 | 58 … | h('div.msg', |
59 | - h('p', {innerHTML: '<a href="' + liteURL + '#' + lite + '" rel="nofollow">'+ liteURL + '#' + lite + '</a>'}) | |
59 … | + h('p', {innerHTML: '<a href="' + liteURL + '#' + lite + '" rel="nofollow" target="_blank">'+ liteURL + '#' + lite + '</a>'}) | |
60 | 60 … | ) |
61 | 61 … | ) |
62 | 62 … | ).outerHTML) |
63 | 63 … | } |
Built with git-ssb-web