fixed typo in closing th tag

This commit is contained in:
mikeazo 2015-07-06 13:41:10 -04:00
parent f3aeb5ec9f
commit be96a3785b

View file

@ -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>