Commit be895e2f7cfdb39560f70adbbba68b7d73732ece
Add missing space
Charles Lehner committed on 7/13/2016, 4:29:22 PMParent: a68bd612e7949b0587d7769bceabed26024ed03f
Files changed
modules/about.js | changed |
modules/about.js | ||
---|---|---|
@@ -14,9 +14,9 @@ | ||
14 | 14 | var about = msg.value.content |
15 | 15 | var id = msg.value.content.about |
16 | 16 | return h('p', |
17 | 17 | about.about === msg.value.author |
18 | - ? h('span', 'self-identifies') | |
18 | + ? h('span', 'self-identifies ') | |
19 | 19 | : h('span', 'identifies ', idLink(id)), |
20 | 20 | ' as ', |
21 | 21 | h('a', {href:"#"+about.about}, |
22 | 22 | about.name || null, |
Built with git-ssb-web