Merge pull request #3815 from johncowen/b-erroneous-p-tag

Fixes erroneous closed <p> tag
pull/3828/head
John Cowen 7 years ago committed by GitHub
commit e9cdf5b02c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@
<div class="text-center vertical-center"> <div class="text-center vertical-center">
<p class="bold">ACLs Disabled</p> <p class="bold">ACLs Disabled</p>
<p>ACLs are disabled in this Consul cluster. This is the default behavior, as you have to explicitly enable them.</p> <p>ACLs are disabled in this Consul cluster. This is the default behavior, as you have to explicitly enable them.</p>
</p>Learn more in the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation</a>.</p> <p>Learn more in the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation</a>.</p>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save