diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/serve.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/serve.js b/lib/serve.js index 839725a..62e3629 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1937,13 +1937,13 @@ Serve.prototype.npm = function (url) { ]), ph('table', [ ph('thead', ph('tr', [ - ph('td', 'publisher'), - ph('td', 'package'), - ph('td', 'version'), - ph('td', 'tag'), - ph('td', 'size'), - ph('td', 'tarball'), - ph('td', 'readme') + ph('th', 'publisher'), + ph('th', 'package'), + ph('th', 'version'), + ph('th', 'tag'), + ph('th', 'size'), + ph('th', 'tarball'), + ph('th', 'readme') ])), ph('tbody', pull( self.app.blobMentions({ |