Close <a> tag in error template

The error template is missing a closing <a> tag in the link to the harbor portal.

Signed-off-by: Pedro Laguna <44469313+vmlaguna@users.noreply.github.com>
This commit is contained in:
Pedro Laguna 2019-08-13 16:12:25 +01:00
parent 1adc3a9469
commit 3c34675e0f

View File

@ -67,7 +67,7 @@ a.underline, .underline{
<span class="status-text">Page Not Found</span>
</div>
<div class="status-subtitle">
<p> <a href="/harbor" class="underline">Home</p>
<p><a href="/harbor" class="underline">Home</a></p>
</div>
</div>
</div>