From 778a55c70228ab7cae4cc4199bfe912cb1ba0f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 18 Aug 2023 13:46:46 +0200 Subject: [PATCH] Revert "Fix GH-2635: Fix switch alternative syntax (#2648)" As per the discussion in php/doc-en#2648, the part that might actually be unexpected is that leading indentation also causes problems. The addition of the empty line distracts from that. Now that the CSS for PHP.net is fixed, this can be reverted. This reverts commit 1d73d6e34f2963c42456dbb8384bc15f5fa5642a. see php/web-php#801 --- language/control-structures/alternative-syntax.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/language/control-structures/alternative-syntax.xml b/language/control-structures/alternative-syntax.xml index 2cfc19b55a83..57bb2bfb7963 100644 --- a/language/control-structures/alternative-syntax.xml +++ b/language/control-structures/alternative-syntax.xml @@ -67,10 +67,9 @@ endif; - ... - + ]]> @@ -86,7 +85,7 @@ endif; ... - + ]]>