Index: /trunk/scripts/sync_editor_imagery_index.groovy
===================================================================
--- /trunk/scripts/sync_editor_imagery_index.groovy	(revision 9661)
+++ /trunk/scripts/sync_editor_imagery_index.groovy	(revision 9662)
@@ -100,6 +100,4 @@
 
     void loadSkip() {
-        if (options.noskip)
-            return;
         /* TMS proxies for our wms */
         skipEntries["-  Czech CUZK:KM tiles proxy - http://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png"] = 1
@@ -177,6 +175,7 @@
             if(options.xhtmlbody || options.xhtml) {
                 s = "<pre style=\"margin:3px;color:green\">"+s.replaceAll("&","&amp;").replaceAll("<","&lt;").replaceAll(">","&gt;")+"</pre>"
-            } else {
-                return
+            }
+            if (!options.noskip) {
+                return;
             }
         } else if(options.xhtmlbody || options.xhtml) {
