You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ep...@apache.org on 2020/07/06 18:57:15 UTC

[lucene-solr] branch branch_8x updated: indentation fix

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new b5aab1e  indentation fix
b5aab1e is described below

commit b5aab1ee7b2dd0c04c66999236428015f187cbf3
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Mon Jul 6 14:27:36 2020 -0400

    indentation fix
---
 solr/webapp/web/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index 452c5b3..0e7c3ba 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -126,10 +126,10 @@ limitations under the License.
           <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>