• Resolved toweroflondon

    (@toweroflondon)


    I have a 2400+ line table which included links in the final column in the format:

    <a href="site htpp inserted here"rel=noopener target="_blank">Website</a>

    Yesterday I inserted a line and after saving I noticed the final column entry on

      all

    2400+ lines had corrupted to:

    <a target="_blank" rel="noopener noreferrer">Website</a>

    I imported an excel file used to upload the data originally and TablePress is corrupting all links to:

    <a target="_blank" rel="noopener noreferrer">Website</a>

    I manually updated a test line with the correct link and it appeared to save correctly.

    However, when trying the link it did not work. When I looked at the saved file it had again corrupted it back to:

    <a target="_blank" rel="noopener noreferrer">Website</a>

    Any idea why this has happened? How can this be fixed?

    • This topic was modified 4 years, 10 months ago by toweroflondon.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    It looks like there’s a space character missing in your HTML code, after the " and before rel, in

    <a href="site htpp inserted here"rel=noopener target="_blank">Website</a>
    

    Can you please try again with an extra space inserted there, i.e.

    <a href="site htpp inserted here" rel=noopener target="_blank">Website</a>
    

    Regards,
    Tobias

    Thread Starter toweroflondon

    (@toweroflondon)

    Thank you Tobias.

    I’ve been able to restore the table ok. I’ll let you know if I experience similar issues when inserting and saving later on today.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks, that would be great!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TablePress Cells with HTML links being corrupted’ is closed to new replies.