diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 18:19:44 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 18:23:25 +0300 |
| commit | 6f35bf561b330385bbb848f96c4ea84dc6089f5c (patch) | |
| tree | 45af64df3c63f4194778863e4d9ee30a574acb3c /docs/_templates | |
| parent | 53eda167df8f0f983ee34fd33e90524dcecb08de (diff) | |
| download | vyos-documentation-6f35bf561b330385bbb848f96c4ea84dc6089f5c.tar.gz vyos-documentation-6f35bf561b330385bbb848f96c4ea84dc6089f5c.zip | |
fix(docs): add missing space after colon in personalization_storage
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/_templates')
| -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 464e73f8..fce69b86 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 }); |
