Download & Extend

Doesn't display HTML entities correctly in title

Project:link node
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:TomChiverton
Status:active

Issue Summary

I just installed link node and it seems very useful. First thing I stumbled upon is, that I wanted to set a link like über which is translated to über in html. Now link node displays über as link which is über as html.

Comments

#1

Did you find a solutions for this. I ma having exactly the same problem. Thank You

#2

Assigned to:Anonymous» TomChiverton

I've looked at it, but am not sure what is up yet...

#3

Title:Doesn't display HTML entities correctly in title» Display node title instead of metatag

If I have a node, the number 2 for instance, which is a page named "home-english" and I want to create a meta tag like "Home"

I write [node:2, "Home"]

I should obtain <a href="www.mysite.com/home-english>Home</a>"

but I obtained <a href="www.mysite.com/home-english>home-english</a>"

Could it be a bug or an error in my drupal(6.17) configuration. I'm using tynyMCE editor for Full HTML

#4

Title:Display node title instead of metatag» Doesn't display HTML entities correctly in title

pauldj54 : Did you mean to alter this bug, rather than start a new one ? Your problem is that you've not written
[node:2, title="Home"]
which wasn't what this bug was about, and you don't seem to be the opener of the bug.

#5

I have found that if you select HTML view in editor (CkEditor in my case), correct the text and save then it is displayed correctly.
But once you edit it in WYSIWYG and save again special characters are not displayed correctly.