Bug 10988: Tabs vs Spaces qa failure patch
authorMark Tompsett <mtompset@hotmail.com>
Mon, 8 Feb 2016 22:54:12 +0000 (17:54 -0500)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Fri, 1 Apr 2016 19:25:36 +0000 (19:25 +0000)
Run Koha QA Test tools and discovered this failed because of tabs.
Rather than fail this and wait forever for it to get fixed, this
patches it, and I'll mark it as signed off anyways.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt

index ad327e6..a20490e 100644 (file)
                                 [% END %]
 
                             [% END # / IF casAuthentication %]
-                                                                                                               [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
-                                 [% IF ( invalidGoogleOpenIDConnectLogin ) %]
+
+                                [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
+                                  [% IF ( invalidGoogleOpenIDConnectLogin ) %]
                                 <h4>Google login</h4>
                                 <p>Sorry, your Google login failed. <span class="error">[% invalidGoogleOpenIDConnectLogin %]</span></p>
                                 <p>Please note that the Google login will only work if you are using the e-mail address registered with this library.</p>
                                 <p>If you want to, you can try to <a href="/cgi-bin/koha/svc/auth/googleopenidconnect?reauthenticate=select_account">log in using a different account</a>
-                                   [% END %]
-                                                                                                                       <a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-primary" id="openid_connect">Log in with Google</a>
-                              <p>If you don not have a Google account, but do have a local account, you can still l
-og in: </p>
-                                                                                                               [% END %]
+                                  [% END %]
+                                  <a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-primary" id="openid_connect">Log in with Google</a>
+                              <p>If you do not have a Google account, but do have a local account, you can still log in: </p>
+                                [% END %]
 
                             <form action="/cgi-bin/koha/opac-user.pl" name="auth" id="auth" method="post">
                                 <input type="hidden" name="koha_login_context" value="opac" />