From e4a8372184c46e606ecb1d3a3c071315ff533a4c Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 25 Mar 2024 14:39:01 -0600 Subject: [PATCH] fix spacing --- .../03-environment-indicator.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/content/guides/environment-configuration/03-environment-indicator.md b/source/content/guides/environment-configuration/03-environment-indicator.md index 6cc3d98aa3..5ae51e935e 100644 --- a/source/content/guides/environment-configuration/03-environment-indicator.md +++ b/source/content/guides/environment-configuration/03-environment-indicator.md @@ -112,7 +112,7 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator - ```php + ```php /* * Environment Indicator module settings. * see: https://docs.pantheon.io/guides/environment-configuration/environment-indicator @@ -154,13 +154,13 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator break; } } - ``` + ``` - ```php + ```php /* * Environment Indicator module settings. * see: https://docs.pantheon.io/guides/environment-configuration/environment-indicator @@ -206,7 +206,8 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator break; } } - ``` + ``` + @@ -229,7 +230,6 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator All environments will now show a color-coded environment indicator, as defined within the above `settings.php` snippet. - ## More Resources - [Environment-Specific Configuration for WordPress Sites](/guides/environment-configuration/environment-specific-config)