This commit is contained in:
@@ -695,7 +695,7 @@ namespace fmtxml
|
||||
// replace the '<' with '{' & '>' with '}'
|
||||
pi.Token = pi.Token.Replace('<', '{');
|
||||
pi.Token = pi.Token.Replace('>', '}');
|
||||
|
||||
pi.Token = pi.Token.Replace("REVDATE", "REV2");
|
||||
cnt++;
|
||||
if (!isfirst)
|
||||
{
|
||||
|
Reference in New Issue
Block a user