diff --git a/content/en/docs/howto/front-end/atlas-ui/customize-styling-new.md b/content/en/docs/howto/front-end/atlas-ui/customize-styling-new.md index 560c82182fd..d312c90c74d 100644 --- a/content/en/docs/howto/front-end/atlas-ui/customize-styling-new.md +++ b/content/en/docs/howto/front-end/atlas-ui/customize-styling-new.md @@ -572,7 +572,7 @@ Cache busting is where a browser is told by the web server to re-download page r Mendix is able to add the `?638184496048312490` query parameter because of the use of a dynamic parameter called `{{cachebust}}` in */deployment/web/index-example.html*, which looks like this: ```html - ``` {{% alert color="info" %}}