diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.cs b/PROMS/Volian.Controls.Library/DisplaySearch.cs index 6723c398..91d83845 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.cs @@ -1245,7 +1245,7 @@ namespace Volian.Controls.Library { string rtnVal = str; rtnVal = rtnVal.Replace("\u00A0", @"\u160?"); //convert \u00A0 to a hard space (\u00A0 shows as a blank in the search text field) - rtnVal = rtnVal.Replace("\n", ""); + rtnVal = rtnVal.Replace("\n", @"\line "); //B2018-020 SQL content record has "\line " for the hard return // Bug fix B2014-057 // if we are searching for a symbol character in all procedure sets MyDocVersion is null // when MyDocVersion is null, get the symbol list directly from the PROMS base format (BaseAll.xml)