diff --git a/docs/guides/templates/profile.adoc b/docs/guides/templates/profile.adoc index 970502bd470..8a09020aaef 100644 --- a/docs/guides/templates/profile.adoc +++ b/docs/guides/templates/profile.adoc @@ -1,11 +1,11 @@ <#macro ifProduct> -ifeval::[{project_product}==true] +ifeval::[{project_product} == true] <#nested> endif::[] <#macro ifCommunity> -ifeval::[{project_community}==true] +ifeval::[{project_product} != true] <#nested> endif::[] \ No newline at end of file