Commit 2af72ae1dabcac9c431f8b68c9169371740e924e
Fix typo
cel committed on 11/22/2016, 1:51:19 AMParent: 0f2544504b14876c399f700cc5d0c2d8d240bdf6
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -448,9 +448,9 @@ | ||
448 | 448 … | self.isPublic ? null : u.readOnce(function (cb) { |
449 | 449 … | self.about(self.myId, function (err, about) { |
450 | 450 … | if (err) return cb(err) |
451 | 451 … | cb(null, |
452 | - '<a href="' + u.encodeLink(this.myId) + '">' + | |
452 … | + '<a href="' + u.encodeLink(self.myId) + '">' + | |
453 | 453 … | (about.image ? |
454 | 454 … | '<img class="profile-icon icon-right"' + |
455 | 455 … | ' src="/' + encodeURIComponent(about.image) + '"' + |
456 | 456 … | ' alt="' + u.escape(about.name) + '">' : u.escape(about.name)) + |
Built with git-ssb-web