keycloak-aplcache

Fix Authenticator Page HTML Closes `<thead>` and disables

1/11/2018 12:58:44 PM

Details

diff --git a/themes/src/main/resources/theme/base/account/totp.ftl b/themes/src/main/resources/theme/base/account/totp.ftl
index 468260e..e94eb81 100755
--- a/themes/src/main/resources/theme/base/account/totp.ftl
+++ b/themes/src/main/resources/theme/base/account/totp.ftl
@@ -5,7 +5,7 @@
 <h2>${msg("authenticatorTitle")}</h2>
 
 <table class="table table-bordered table-striped">
-    <thead
+    <thead>
         <tr>
             <th colspan="2">${msg("configureAuthenticators")}</th>
             </tr>