Apostrophe in captions showing &#039

Created on 5 July 2023, 12 months ago
Updated 29 March 2024, 3 months ago

Problem/Motivation

If menu item contains apostrophe (') it is displayed as &#039
This was supposed to be fixed by closed issue 3252086 but apparently is not fixed.
Especially a problem with French menu titles that tend to include a lot of apostrophes, like the item "Page d'accueil "

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Closed: cannot reproduce

Version

3.0

Component

Code

Created by

🇮🇱Israel taitai

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @taitai
  • 🇮🇱Israel taitai

    I have found a temporary fix. Do not bother to send a format patch.

    tb_megamenu.theme.inc

    commented out:
    vars['link']['title_translate'] = htmlspecialchars_decode(Xss::filter($title));

    Added:
    $vars['link']['title_translate'] = $title;

    This has fixed my problem.

  • Status changed to Closed: cannot reproduce 3 months ago
Production build 0.69.0 2024