Merge pull request #1429 from mikeazo/patch-1

fixed typo in closing th tag
This commit is contained in:
Bill Burke 2015-07-06 17:55:51 -04:00
commit ee74025f38

View file

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