Fixes erroneous closed <p> tag

This commit is contained in:
John Cowen 2018-01-16 11:29:55 +00:00
parent 62e471a5e8
commit 12f36415a4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<div class="text-center vertical-center">
<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>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>