keycloak-aplcache

Merge pull request #1429 from mikeazo/patch-1 fixed typo

7/6/2015 6:55:51 PM

Details

diff --git a/forms/common-themes/src/main/resources/theme/base/account/totp.ftl b/forms/common-themes/src/main/resources/theme/base/account/totp.ftl
index 4791992..1cf9e67 100755
--- a/forms/common-themes/src/main/resources/theme/base/account/totp.ftl
+++ b/forms/common-themes/src/main/resources/theme/base/account/totp.ftl
@@ -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>
\ No newline at end of file
+</@layout.mainLayout>