zahmis 4 years ago
parent
commit
ec3e3075b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/slackbot-proxy/src/controllers/slack.ts

+ 1 - 1
packages/slackbot-proxy/src/controllers/slack.ts

@@ -330,7 +330,7 @@ export class SlackCtrl {
         res.writeHead(200, { 'Content-Type': 'text/html; charset=utf-8' });
         res.writeHead(200, { 'Content-Type': 'text/html; charset=utf-8' });
         res.end('<html>'
         res.end('<html>'
         + '<head><meta name="viewport" content="width=device-width,initial-scale=1">'
         + '<head><meta name="viewport" content="width=device-width,initial-scale=1">'
-        + '<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" >'
+        + '<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">'
         + '</head>'
         + '</head>'
         + '<body style="text-align:center; padding-top:20%;">'
         + '<body style="text-align:center; padding-top:20%;">'
         + '<h1>Congratulations!</h1>'
         + '<h1>Congratulations!</h1>'