diff --git a/app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/components/reference/reference.html b/app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/components/reference/reference.html index e11a02d9c..4c9044744 100644 --- a/app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/components/reference/reference.html +++ b/app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/components/reference/reference.html @@ -88,14 +88,12 @@
- FOR-USER "foo" BEGIN
- ALLOW "/content" ["ALL"]
- ALLOW "/etc" ["READ"]
- DENY "/content/bar" ["MODIFY", "DELETE"]
- ALLOW "/content/bar" ["jcr:nodeTypeManagement"]
- END
-
+ FOR-USER 'foo' BEGIN
+ ALLOW '/content' ['ALL']
+ ALLOW '/etc' ['READ']
+ DENY '/content/bar' ['MODIFY', 'DELETE']
+ ALLOW '/content/bar' ['jcr:nodeTypeManagement']
+END
- FOR-USER "foo" BEGIN
- ALLOW "/content" glob="bar" ["ALL"]
- DENY "/content" glob="bar" ["jcr:nodeTypeManagement"]
- ALLOW "/content/foo" glob="STRICT" ["ALL"]
- END
-
+ FOR-USER 'foo' BEGIN
+ ALLOW '/content' glob='bar' ['ALL']
+ DENY '/content' glob='bar' ['jcr:nodeTypeManagement']
+ ALLOW '/content/foo' glob='STRICT' ['ALL']
+END