You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
use of unescaped characters like ">"
We'll be happy to submit a patch or pull request.
The text was updated successfully, but these errors were encountered: