fixes missing closing bracket in infopage html
This commit is contained in:
parent
27caf1ff06
commit
dfd8f0cc97
|
@ -94,7 +94,7 @@ function cacheInfoPageHtml(host: string) {
|
||||||
<meta name="robots" content="noindex" />
|
<meta name="robots" content="noindex" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="font-family: sans-serif; background-color: #f0f0f0; padding: 1em;"
|
<body style="font-family: sans-serif; background-color: #f0f0f0; padding: 1em;">
|
||||||
${headerHtml}
|
${headerHtml}
|
||||||
<hr />
|
<hr />
|
||||||
<h2>Service Info</h2>
|
<h2>Service Info</h2>
|
||||||
|
|
Loading…
Reference in New Issue