Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 14292)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 14293)
@@ -780,12 +780,12 @@
                 myprintln "- No JOSM icon: ${getDescription(j)}"
             } else if(!ij.equals(ie) && !(
-                ie.startsWith("https://osmlab.github.io/editor-layer-index/") &&
-                ij.startsWith("data:"))) {
-                    def iehttps = ie.replace("http:","https:")
-                    if(ij.equals(iehttps)) {
-                        myprintln "+ Different icons: ${getDescription(j)}"
-                    } else {
-                        myprintln "* Different icons: ${getDescription(j)}"
-                    }
+              ie.startsWith("https://osmlab.github.io/editor-layer-index/") &&
+              ij.startsWith("data:"))) {
+                def iehttps = ie.replace("http:","https:")
+                if(ij.equals(iehttps)) {
+                    myprintln "+ Different icons: ${getDescription(j)}"
+                 } else {
+                    myprintln "* Different icons: ${getDescription(j)}"
+                 }
             }
         }
