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">
|
<table class="table table-bordered table-striped">
|
||||||
<thead
|
<thead
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">${msg("configureAuthenticators")}/th>
|
<th colspan="2">${msg("configureAuthenticators")}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue