Commit b0dfebebfbc5181016f984893778eab06ca304f7
Fix typo
cel committed on 12/23/2016, 11:47:05 PMParent: 9a0cb9753aa09409d5e2c0281ea1c6fe95dbdd12
Files changed
lib/repos/pulls.js | changed |
lib/repos/pulls.js | ||
---|---|---|
@@ -25,9 +25,9 @@ | ||
25 | 25 … | P.serveRepoPullReq = function (req, repo, pr, path, postId) { |
26 | 26 … | var self = this |
27 | 27 … | var headRepo, authorLink |
28 | 28 … | var page = path[0] || 'activity' |
29 | - var title = u.formatMarkdownTitle(pr.title)) + ' · %{author}/%{repo}' | |
29 … | + var title = u.formatMarkdownTitle(pr.title) + ' · %{author}/%{repo}' | |
30 | 30 … | return self.repo.serveRepoTemplate(req, repo, 'pulls', null, title, cat([ |
31 | 31 … | pull.once('<div class="pull-request">' + |
32 | 32 … | '<h3>' + u.link([pr.id], u.formatMarkdownTitle(pr.title)) + '</h3>' + |
33 | 33 … | '<code>' + pr.id + '</code>'), |
Built with git-ssb-web