Fix Authenticator Page HTML

Closes `<thead>` and disables escaping for the `totpStep1` message as it includes HTML links.
This commit is contained in:
Thorsten Boock 2018-01-11 15:58:44 +01:00 committed by Stan Silvert
parent 6369c26671
commit 64b75d2806

View file

@ -5,7 +5,7 @@
<h2>${msg("authenticatorTitle")}</h2>
<table class="table table-bordered table-striped">
<thead
<thead>
<tr>
<th colspan="2">${msg("configureAuthenticators")}</th>
</tr>