RH find/replace in html randomly breaks lines in code.
Hi,
I frequently do find and replace operations in my html code in RoboHelp. I have noticed that when I do a find and replace in the code for all files in a folder, RH sometimes breaks lines randomly, which creates an error. For example, it may change:
</tr>
to
</
tr>
This type of error is revealed only when the topic is displayed in the browser after output is generated (previewed topic looks ok).
It also sometimes breaks url's:
"../../folder1/folder2/folder3/filename.html"
becomes
"../../folder1/
folder2/folder3/filename.html"
These errors show up as broken links in the project pane.
This may happen 3 or 4 times in a few dozen files, ranging in size from 50 - 2500 lines. Most files are fine, but a handful will have 1 or 2 errors. It is time-consuming to find and fix all of these. Validating the files recognizes that there is an error when it involves a tag, but it never takes me to the correct location in the file when I double-click the error in the error list.
The characters that create the new lines are hidden (no way to show CR or LF in the editor) so I have no way of knowing what is being inserted. I also have no way to find these errant new lines.
Has anyone else seen this?
Any help would be appreciated.
Jeanne

