If the titles on the nodes contain special characters, the quicktabs style plugin appears to convert these to HTML entities (twice) when displaying them.
I simply changed
$title = $this->get_field($index, $this->options['tab_title_field']);
to
$title = decode_entities($this->get_field($index, $this->options['tab_title_field']));
in quicktabs_style_plugin.inc to fix the issue.
If you would prefer a patch, I can create one. Otherwise, please accept or let me know if I should have solved this in a different way.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1368942-quicktabs-3.patch | 707 bytes | rickmanelius |
Comments
Comment #1
rickmanelius commentedThis is still an issue in the latest release and it's a quick one line fix. Please commit!
Comment #2
rickmanelius commentedTitle was wrong: Remote -> Remove
Comment #3
rickmanelius commentedBump... plus here's a patch to speed this along.
Comment #4
smustgrave commentedWith D7 EOL approaching in a month I'm starting to triage the D7 side of quicktabs queue. This doesn't appear to have any code so believe this may not make it, sorry! Thanks though!
If still an issue or needed for 4.0.x (latest branch) feel free to reopen