git ssb

3+

ev / sdash



Commit 318383db2d5f15f36928ea41e5158a5de1dd0973

invites should open to a new window

Ev Bogue committed on 1/8/2017, 11:27:32 PM
Parent: 0e08c7667c8cc69a597a732bfb5fddea8fd6e382

Files changed

index.jschanged
index.jsView
@@ -55,9 +55,9 @@
5555 h('style', fs.readFileSync('style.css', 'utf8'))
5656 ),
5757 h('body',
5858 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>'})
6060 )
6161 )
6262 ).outerHTML)
6363 }

Built with git-ssb-web