-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Description
We have been unable to replay m.facebook.com in proxy mode because Toolbar.jsp produces badly formed xml. We have tested a solution which seems to work:
- The script body which starts around line 74 needs to be enclosed in a CDATA block because of the
use of unescaped characters like ">" - The form which starts around line 188 has some unclosed elements.
We'll be happy to submit a patch or pull request.