diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index f7e37060..ba49869a 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -636,6 +636,8 @@ namespace Volian.Print.Library switch (docstyle.Continue.Bottom.Location) { case E_ContBottomLoc.EndOfText: // place continue string at end of text + msg_yLocation = msg_yLocation + yLocation - SixLinesPerInch; + break; case E_ContBottomLoc.BtwnTextAndBottom: // place continue string between end of text & bottom of page Console.WriteLine("Not done yet"); break; diff --git a/PROMS/fmtxml/WST2all.xml b/PROMS/fmtxml/WST2all.xml index 89f6275e..db2c00b2 100644 Binary files a/PROMS/fmtxml/WST2all.xml and b/PROMS/fmtxml/WST2all.xml differ