From 4c35682ee58dfd6af13bc0a7da3bc909d5768f86 Mon Sep 17 00:00:00 2001 From: Danny Koppenhagen Date: Wed, 15 Oct 2025 09:13:09 +0200 Subject: [PATCH] docs: fix closing tag for whitespace examples (#64425) PR Close #64425 --- adev/src/content/guide/templates/whitespace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adev/src/content/guide/templates/whitespace.md b/adev/src/content/guide/templates/whitespace.md index a0ff607b2a3..21886c5868b 100644 --- a/adev/src/content/guide/templates/whitespace.md +++ b/adev/src/content/guide/templates/whitespace.md @@ -8,7 +8,7 @@ Most developers prefer to format their templates with newlines and indentation t ```angular-html
-

User profile

+

User profile