diff --git a/PROMS/Formats/fmtall/WCNSAMall.xml b/PROMS/Formats/fmtall/WCNSAMall.xml index 93dc447a..9ff48491 100644 Binary files a/PROMS/Formats/fmtall/WCNSAMall.xml and b/PROMS/Formats/fmtall/WCNSAMall.xml differ diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index 46f4fe3d..e4eb26ce 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -1338,7 +1338,7 @@ namespace Volian.Controls.Library { get { - Match match = Regex.Match(Rtf, @"\\fs[0-9]*"); + Match match = Regex.Match(Rtf, @"\\fs[0-9]+"); // B2018-012 Make sure that there is at least 1 digit return match.Value; } }