diff --git a/PROMS/fmtxml/PlantSpecific_WolfCreak.cs b/PROMS/fmtxml/PlantSpecific_WolfCreak.cs index 7ccc8613..488e9769 100644 --- a/PROMS/fmtxml/PlantSpecific_WolfCreak.cs +++ b/PROMS/fmtxml/PlantSpecific_WolfCreak.cs @@ -258,6 +258,9 @@ namespace fmtxml // remove the 'DontCountInTabOfCont' flag on the cover page so that page counts in the // auto table of contents will be correct. dcstyles.DcStyles[3].DocStructStyle.DocStyle = dcstyles.DcStyles[3].DocStructStyle.DocStyle.Replace(", DontCountInTabOfCont", ""); + // Records + dcstyles.DcStyles[7].FooterLen = 0; + dcstyles.DcStyles[7].PageLength = 672; // same length as Procedure Steps section to fix End message placement } }