diff --git a/PROMS/fmtxml/PlantSpecific_Robinson.cs b/PROMS/fmtxml/PlantSpecific_Robinson.cs
index 702efd57..b72ed3e2 100644
--- a/PROMS/fmtxml/PlantSpecific_Robinson.cs
+++ b/PROMS/fmtxml/PlantSpecific_Robinson.cs
@@ -165,6 +165,10 @@ namespace fmtxml
 			fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "460,138,114";
 			fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "460,138,114";
 		}
+		private void OverrideCPL_X03(ref FormatData fmtdata) // Robinson Duplex Foldouts
+		{
+			fmtdata.TransData.CapsTransitions = "True";
+		}
 		private void AddCPLRDev(ref FormatData fmtdata) // Robinson
 		{
 			Robinson_ArialFontInProcedures(ref fmtdata);
@@ -800,7 +804,7 @@ namespace fmtxml
     "" +
     "EOP{sp}STEP" +
     "ERG{sp}STEP" +
-    "DEVIATION/JUSTIFICATION" +
+    "DEVIATION/JUSTIFICATION" +
 "");
 			myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[2]);
 		}