Copy link to clipboard
Copied
We've identified unescaped backslashes (from text captions) in CPM.js as the cause of broken HTML5 projects. Is this a known issue? How do we use use paths (c:\user\folder\file) in text captions without breaking Captivate?
Copy link to clipboard
Copied
You are going to have to escape them yourself.
accstr: 'c:\\user\\folder\\file',
text: ['c:\\user\\folder\\file']
CP is actually using an image otherwise you could escape them in the caption itself.