• Resolved hartundweich

    (@hartundweich)


    I’m using UM to display user profiles. I’ve made a custom textarea field with RTE enabled to let users give some personal information about themselve. When a user is putting a link into this field and is saving the profile everything is fine. But when the user comes again and edits his profile and saves it again, the link is getting messed up.

    E.g. correct link:

    <a  target="_blank">google</a>

    after editing the content and saving it becomes to

    <a href=”//www.google.at”” target=””_blank””>google</a>

    saving it one more thie it becomes to

    <a href=””//www.google.at””” target=”””_blank”””>google</a>

    How can this be solved?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘RTE: links are modified on saving’ is closed to new replies.