diff --git a/aspnetcore/blazor/security/includes/index-page-authentication.md b/aspnetcore/blazor/security/includes/index-page-authentication.md
index 4948231ef0..d92576b710 100644
--- a/aspnetcore/blazor/security/includes/index-page-authentication.md
+++ b/aspnetcore/blazor/security/includes/index-page-authentication.md
@@ -1,6 +1,5 @@
The Index page (`wwwroot/index.html`) page includes a script that defines the `AuthenticationService` in JavaScript. `AuthenticationService` handles the low-level details of the OIDC protocol. The app internally calls methods defined in the script to perform the authentication operations.
```html
-
+
```