fixed typo in closing th tag
This commit is contained in:
parent
f3aeb5ec9f
commit
be96a3785b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<table class="table table-bordered table-striped">
|
||||
<thead
|
||||
<tr>
|
||||
<th colspan="2">${msg("configureAuthenticators")}/th>
|
||||
<th colspan="2">${msg("configureAuthenticators")}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -64,4 +64,4 @@
|
|||
</form>
|
||||
</#if>
|
||||
|
||||
</@layout.mainLayout>
|
||||
</@layout.mainLayout>
|
||||
|
|
Loading…
Reference in a new issue