Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

The symbols on my site (ex: &trade), simple html coding, no longer translate as a symbol but as the literal text in 4.0, what can I do?

  • 6 réponses
  • 7 ont ce problème
  • 4 vues
  • Dernière réponse par globacide

more options

I updated to 4.0 today and now the symbols on my site appear as literal text. For example &trade in my html to translate onto my site as the TM symbol. It worked in the previous version and still works on other browsers.

I updated to 4.0 today and now the symbols on my site appear as literal text. For example &trade in my html to translate onto my site as the TM symbol. It worked in the previous version and still works on other browsers.

Solution choisie

Make sure that you add a trailing ";" : ™ -> ™

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (6)

more options

Take a look at this website. It has a lot of HTML symbols and entities. Do they display wrong on your end? HTML character symbols

They display ok for me on a mac in Firefox 4. What about you?

Modifié le par bootstrapcreative

more options

Solution choisie

Make sure that you add a trailing ";" : ™ -> ™

more options

Yup, they all work :)

more options

Apparently I forgot the ";" but it worked without it on my previous version of Firefox as well as in Safari etc. Oh well. Thank you so much for your help, I appreciate it!

more options

Hello,

Not related to the "& trade ;" symbol, but otherwise a related bug:

The following string: "& amp ; sect" gets translated to the § ("& sect ;") symbol.

And yes, I have triple-checked everything, and I'm sure this is a bug. Note the string is inside a link in a href attribute of an "a" tag.

Can anyone reproduce and let me know if it's really a bug? If so, we should report it.

Thanks!

Modifié le par globacide

more options

Sorry, the previous string got stripped in my previous post. It is "& amp ; sect" (without spaces).

Thanks.