Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-16668

links in ezxmltext double escapes.

    XMLWordPrintable

Details

    Description

      If you add a internal link with GET parameters, the & character will be escaped twice.

      Steps to reproduce

      Edit an article and add a link in a field with the ezxmltext datatype, like the summary or the body:

      <link href="/index.php?c=6&kat=company">My link</link>
      

      will output:

      <a href="/index.php?c=6&amp;amp;kat=company" target="_self">My link</a>
      

      when you view the article on the user side. A link with GET parameters in a link with http:// in front works fine.

      Attachments

        Activity

          People

            andre1 andre1
            br br
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: