wrong link displayed in vews page
I have a very strange problem with a link inside text storing in database :
the text is :
here is the link : <a href=\\"http://www.cnn.com\\">test
link</a></p>
in output or my html page I get :
here is the link : test link
but I get a wrong link : http://www.example.com/page/view/http://www.cnn.com
My question is how to remove my site link and get just the correct link
from database and show it correctly?
No comments:
Post a Comment