Merge pull request #1429 from mikeazo/patch-1
fixed typo in closing th tag
This commit is contained in:
commit
ee74025f38
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>
|
||||||
|
@ -64,4 +64,4 @@
|
||||||
</form>
|
</form>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
</@layout.mainLayout>
|
</@layout.mainLayout>
|
||||||
|
|
Loading…
Reference in a new issue