In my example, I'm creating a view, grouping forum topic nodes according to the Taxonomy term (or forum they belong to).

If I have a forum called "A & C" it displays as "A & C".

It displays with no problems in normal views but only displays incorrectly when using Quicktabs.

Comments

tchurch’s picture

For information for you:

I had a look at the code as I needed this done quickly.

In quicktabs.module, line 341, I changed to this:

$output .= '

  • '. l(strip_tags(html_entity_decode($tab['title'])), $_GET['q'], $options) .'
  • ';

    And it seems to work.

    tchurch’s picture

    Not sure which one works or if it's secure code or not.

    tchurch’s picture

    Seems to be html_entity_decode that is needed.

    chicagomom’s picture

    I was experiencing this as well. Thanks for posting the necessary modification.

    netw3rker’s picture

    Version: 6.x-2.0-rc5 » 6.x-2.x-dev
    Issue summary: View changes
    capfive’s picture

    Version: 6.x-2.x-dev » 7.x-3.x-dev
    Status: Active » Needs review

    Can this be checked for 7.x-3.x-dev as well please. I am getting the & output as well :(