Error when loading links from JSON with slashes
-
Hi,
I have some problems when loading links or images from JSON that use slashes to scape double quotes:I receive this HTML from JSON:
img alt=[backslash]”[backslash]” src=[backslash]”https://xxx[backslash]” style=[backslash]”border-style:solid; border-width:3px; height:600px; margin:2px; width:444px[backslash]”
But the src gets transformed into this:
img alt=”""” src=”"https://xxx"” style=”"border-style:solid;” border-width:3px;=”” height:600px;=”” margin:2px;=”” width:444px"=””>And no image is displayed! Could I have some help on it?
Thanks in advance,
Tolo
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error when loading links from JSON with slashes’ is closed to new replies.