By infocoach on
With 4.6.0, with article module, I have
img src="misc/xml.png" alt="XML Feed" \
instead of the image
Changing filters does not improve anything.
Same thing in stories if I add the print module
I have img src="1" alt="" in text
Comments
Same problem
I have the same problem with banner.module and think it is also showing in event.module with the next and previous links.
Have already posted twice with no response....would really appreciate so help. The problem can be seen at www.avondescent.com.au.
Same here.
Somehow the code in the module isn't being converted right. Here's what the browser see.
And here's what the module has.
Now, if only someone can tell me how to fix it.
l() changed
You need to set l()'s $html parameter to true. See http://drupaldocs.org/l.
--
If you have a problem, please search before posting a question.
l() changed
Thank you!
I searched all over but couldn't find an answer....knew it had to be something simple.
Many thanks!!!
Many thanks!!!
I added
, array(), NULL, NULL, FALSE, TRUE
in the l() function in article.module and print.module
and everything works perfect!
Drupal rules!!!!
The actual line
This is my l() function for the article module in case nybody needs it:-
l(\"<img src=\"misc/xml.png\" alt=\"XML Feed\" \>\", \'article/feed\', array(), NULL, NULL, FALSE, TRUE)PS please remove the backslashes for article/feed