diff --git a/cli/index.ts b/cli/index.ts
index 801993ee..79235c10 100644
--- a/cli/index.ts
+++ b/cli/index.ts
@@ -368,7 +368,7 @@ async function getPageHTML(
`,
redocHead: ssr
? (cdn
- ? ''
+ ? ''
: ``) + css
: '',
title: title || spec.info.title || 'ReDoc documentation',