diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/lib/client-html.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/client-html.ts b/server/lib/client-html.ts index 43585c591..6a457a711 100644 --- a/server/lib/client-html.ts +++ b/server/lib/client-html.ts | |||
@@ -210,6 +210,7 @@ class ClientHtml { | |||
210 | 210 | ||
211 | let html = buffer.toString() | 211 | let html = buffer.toString() |
212 | html = await ClientHtml.addAsyncPluginCSS(html) | 212 | html = await ClientHtml.addAsyncPluginCSS(html) |
213 | html = ClientHtml.addCustomCSS(html) | ||
213 | 214 | ||
214 | ClientHtml.htmlCache[path] = html | 215 | ClientHtml.htmlCache[path] = html |
215 | 216 | ||