From 931caf3e7c2e0673d9d95ed0fe92b4bd7739b841 Mon Sep 17 00:00:00 2001 From: Jesse Mapel <jmapel@usgs.gov> Date: Wed, 12 Jan 2022 10:06:32 -0700 Subject: [PATCH] Fixed end keywords in cube format docs --- .../LogicalCubeFormatGuide/LogicalCubeFormatGuide.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/isis/src/docsys/documents/LogicalCubeFormatGuide/LogicalCubeFormatGuide.xml b/isis/src/docsys/documents/LogicalCubeFormatGuide/LogicalCubeFormatGuide.xml index d433e4cabf..5e38dd594f 100644 --- a/isis/src/docsys/documents/LogicalCubeFormatGuide/LogicalCubeFormatGuide.xml +++ b/isis/src/docsys/documents/LogicalCubeFormatGuide/LogicalCubeFormatGuide.xml @@ -111,16 +111,16 @@ Samples = 2468 Lines = 11499 Bands = 1 - EndGroup + End_Group Group = Pixels Type = Real ByteOrder = Lsb Base = 0.0 Multiplier = 1.0 - EndGroup - EndObject - EndObject + End_Group + End_Object + End_Object End </pre> -- GitLab