Skip to content

Commit e2b2ee5

Browse files
authored
Merge pull request #10061 from ThijsSeppen/patch-33
Update customize-styling-new.md
2 parents 6a751ae + 0039fca commit e2b2ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/howto/front-end/atlas-ui/customize-styling-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ Cache busting is where a browser is told by the web server to re-download page r
572572
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:
573573
574574
```html
575-
<script src="mxclientsystem/mxui/mxui.js?{{cachebust}}></script>
575+
<script src="mxclientsystem/mxui/mxui.js?{{cachebust}}"></script>
576576
```
577577
578578
{{% alert color="info" %}}

0 commit comments

Comments
 (0)