If user type -- (2 dashes) in they blog or any post, it screws up the layout of the page. Parts of the text appear left, right under that small calendar image (the day of the post).
If I remove one dash, all is normal again.
Also, if they type & in their blogs, its replaces to something with amp.
This happen under FULL html input format.
And it does not happen with any other theme I tried. I am quiet lost with that.
Comments
Comment #1
chrisada commentedCan you provide link to a page where this occurs? I could not reproduce it in Firefox 2 on XP.
Comment #2
softtouch commentedI got it!
I have commented something out in node.tpl.php with
after the print $content, and the two dashes are in conflict with the
... thats bad, that would mean no way to keep code in the tpl file and just comment them out...