From: Sabri L. <sab...@st...> - 2006-12-22 16:41:03
|
I describe the problem: I try to display this sentence: here "http://www.test.com/" after text The bug * using verbatim does not work: here "http://www.test.com/"; after text The problem is in the substitution of special characters - the html = rendered above is: here "<a = href=3D"http://www.test.com/"">http://www.test.com/"</a>; after = text instead of here "<a = href=3D"http://www.test.com/">http://www.test.com/</a>" after text Cheers, Sabri. |