git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit be895e2f7cfdb39560f70adbbba68b7d73732ece

Add missing space

Charles Lehner committed on 7/13/2016, 4:29:22 PM
Parent: a68bd612e7949b0587d7769bceabed26024ed03f

Files changed

modules/about.jschanged
modules/about.jsView
@@ -14,9 +14,9 @@
1414 var about = msg.value.content
1515 var id = msg.value.content.about
1616 return h('p',
1717 about.about === msg.value.author
18- ? h('span', 'self-identifies')
18+ ? h('span', 'self-identifies ')
1919 : h('span', 'identifies ', idLink(id)),
2020 ' as ',
2121 h('a', {href:"#"+about.about},
2222 about.name || null,

Built with git-ssb-web