Odd behavior generating webhelp... ehlpdhtm.js link is modified
We've a large Help system with nearly 20 projects merged into a merged webhelp system. Using RoboHelp 8.0.2/ RSC 3.1 on a windows XP system.
One of the projects behaves strangely when the webhelp is generated causing a problem when viewed in Mozilla. The script clause goes from:
<script src="../../ehlpdhtm.js" type="text/javascript" language="JavaScript1.2"></script>
To:
<script src="..\..\ehlpdhtm.js" type="text/javascript" language="JavaScript1.2"></script>
This is the only relative link that is modified this way in any of the projects, but it is causing me a serious headache. I've experimented with a number of modifications to the layout, but the link continues to be converted. Any idea why? I've the feeling I'm overlooking something simple.
Some background:
Until recently, I had ehlpdhtm.js contained in all our projects as a baggage file, but based on information I read in this forum and on Peter Grainge's site, I have since removed it. I'm beginnning to regret that decison, since removing the baggage file has caused more instability than we experienced while it was part of the projects, and since we generate nightly with the command line tool, ehlpdhtm.js is not recreated they way it is with the GUI.
