diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 18:19:48 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 18:19:48 +0300 |
| commit | 85fa1d4467f3790f53d37d4b48fb53f59d290cc4 (patch) | |
| tree | 36b8455b780b3e47e0c4d51907f886d956057565 | |
| parent | c3a0426c7b4f2e874ce4d568c908e1f619dfaa4e (diff) | |
| download | vyos-documentation-85fa1d4467f3790f53d37d4b48fb53f59d290cc4.tar.gz vyos-documentation-85fa1d4467f3790f53d37d4b48fb53f59d290cc4.zip | |
fix(docs): add missing space after colon in personalization_storage
🤖 Generated by [robots](https://vyos.io)
| -rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 6c100ca9..adc6278d 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -19,7 +19,7 @@ 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', - 'personalization_storage':'denied', + 'personalization_storage': 'denied', 'security_storage': 'granted', 'wait_for_update': 500 }); |
