git ssb

30+

cel / git-ssb-web



Commit 2af72ae1dabcac9c431f8b68c9169371740e924e

Fix typo

cel committed on 11/22/2016, 1:51:19 AM
Parent: 0f2544504b14876c399f700cc5d0c2d8d240bdf6

Files changed

index.jschanged
index.jsView
@@ -448,9 +448,9 @@
448448 self.isPublic ? null : u.readOnce(function (cb) {
449449 self.about(self.myId, function (err, about) {
450450 if (err) return cb(err)
451451 cb(null,
452- '<a href="' + u.encodeLink(this.myId) + '">' +
452 + '<a href="' + u.encodeLink(self.myId) + '">' +
453453 (about.image ?
454454 '<img class="profile-icon icon-right"' +
455455 ' src="/' + encodeURIComponent(about.image) + '"' +
456456 ' alt="' + u.escape(about.name) + '">' : u.escape(about.name)) +

Built with git-ssb-web