indentation fix
diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index 452c5b3e..0e7c3ba 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -126,10 +126,10 @@
           <h2>Connection to Solr lost</h2>
           <p>Please check the Solr instance.</p>
         </div>
-  <div class="connection-status header-message" id="connection-status-recovered"  ng-show="connectionRecovered">
-    <h2>Connection recovered...</h2>
-    <p>Continuing to load data...</p>
-  </div>
+        <div class="connection-status header-message" id="connection-status-recovered"  ng-show="connectionRecovered">
+          <h2>Connection recovered...</h2>
+          <p>Continuing to load data...</p>
+        </div>
       </div>
       <div id="http-exception" class="header-message" ng-repeat="(url, exception) in exceptions">
         <div class="exception">{{exception.msg}}</div>