aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/config
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/config')
-rw-r--r--server/sonar-web/config/indexHtmlTemplate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/config/indexHtmlTemplate.js b/server/sonar-web/config/indexHtmlTemplate.js
index 0a0695cfc79..3c399c03861 100644
--- a/server/sonar-web/config/indexHtmlTemplate.js
+++ b/server/sonar-web/config/indexHtmlTemplate.js
@@ -40,7 +40,7 @@ module.exports = (cssHash, jsHash) => `
<meta name="msapplication-TileImage" content="%WEB_CONTEXT%/mstile-512x512.png" />
<title>%INSTANCE%</title>
- <link rel="stylesheet" href="%WEB_CONTEXT%/js/out${cssHash}.css">
+ <link rel="stylesheet" href="%WEB_CONTEXT%/js/out${cssHash}.css" />
</head>
<body>