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

mdallarosa’s picture

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

TomChiverton’s picture

Assigned: Unassigned » TomChiverton

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

pauldj54’s picture

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

TomChiverton’s picture

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.

mdallarosa’s picture

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.

TomChiverton’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)