Closed (works as designed)
Project:
link node
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Feb 2010 at 22:36 UTC
Updated:
24 Nov 2015 at 20:02 UTC
Jump to comment: Most recent
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
Comment #1
mdallarosa commentedDid you find a solutions for this. I ma having exactly the same problem. Thank You
Comment #2
TomChiverton commentedI've looked at it, but am not sure what is up yet...
Comment #3
pauldj54 commentedIf 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
Comment #4
TomChiverton commentedpauldj54 : 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.
Comment #5
mdallarosa commentedI 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.
Comment #6
TomChiverton commented