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)