diff --git a/main/tests/server/src/com/google/refine/tests/exporters/XlsExporterTests.java b/main/tests/server/src/com/google/refine/tests/exporters/XlsExporterTests.java index 9f463f02c..c72623adc 100644 --- a/main/tests/server/src/com/google/refine/tests/exporters/XlsExporterTests.java +++ b/main/tests/server/src/com/google/refine/tests/exporters/XlsExporterTests.java @@ -84,7 +84,7 @@ public class XlsExporterTests extends RefineTest { @BeforeMethod public void SetUp(){ - SUT = new XlsExporter(); + SUT = new XlsExporter(false); stream = new ByteArrayOutputStream(); ProjectManager.singleton = new ProjectManagerStub(); projectMetadata = new ProjectMetadata(); diff --git a/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html b/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html index ca0ff9d2d..35467dcdc 100644 --- a/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html +++ b/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html @@ -59,22 +59,18 @@ Matched entity's name + + Cell's content Matched entity's ID - - - Cell's content - - - - Output nothing for unmatched cells - - Link to matched entity's page + Link to matched entity's page + + Output nothing for unmatched cells