THome
THome copied to clipboard
Error with long complex link
trafficstars
I ran across a minor issue with a long complex link.
https://app.rockgympro.com/b/widget/?a=offering&offering_guid=27bfb7a0288743b5d1291c6b09762e27&random=5bd455ac38eda&iframeid=&mode=p That link is an example, but not a working link. To test so far, in debug it identifies: not well-formed (invalid token): line 88, column 75 File "U:\VSCode-projects\Web\Dashboard\THome\main.py", line 6, inCheers and thanks, Mel
Thanks for reporting that! will see into it later if i can figure something out,
To be valid xml, the & in the URL needed to be escaped like this:
https://app.rockgympro.com/b/widget/?a=offering&offering_guid=27bfb7a0288743b5d1291c6b09762e27&random=5bd455ac38eda&iframeid=&mode=p