From 3643ae071dc1e2ba89f67606bd267eb3e3f0f312 Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 30 Sep 2017 23:57:22 -1000 Subject: Use table header elements for npm packages --- lib/serve.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/serve.js') 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({ -- cgit v1.2.3