Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13957)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13958)
@@ -1094,9 +1094,9 @@
         Map<String,String> res = new HashMap<String, String>()
         if (e instanceof ImageryInfo) {
-          String a = e.getDescription()
-          if (a) res.put("en", a)
+            String a = e.getDescription()
+            if (a) res.put("en", a)
         } else {
-          String a = e.get("properties").getString("description", null)
-          if (a) res.put("en", a)
+            String a = e.get("properties").getString("description", null)
+            if (a) res.put("en", a.replaceAll("''","'"))
         }
         return res
