diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs index f54723e0..2ffea256 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs @@ -1291,9 +1291,10 @@ namespace VEPROMS.CSLA.Library // [<] - Less-Than Character // [!<> ]@ - 1 or more characters not including Less-Than, Greater-Than or Space // - Dash - // [!<> ]@ - 1 or more characters not including Less-Than, Greater-Than or Space + // [!<>]@ - 1 or more characters not including Less-Than, Greater-Than. + // a space be included as part of the accessory page id (Callaway, EOP Addendum 37) // [>] - Greater-Than Character - find.Text = "[<][!<> ]@-[!<> ]@[>]"; + find.Text = "[<][!<> ]@-[!<>]@[>]"; find.Wrap = LBWdFindWrap.wdFindContinue; find.MatchCase = false; find.MatchWholeWord = false;