Viktor Balogh wrote:
Hi all,
I've observed that in some mails the URL will be cutted, and only the first segment will be displayed. The delimiters can be "." or "-". Why is this happening? Anyway, the link works but it annoys me as I don't see where the link goes.
In the page source I see always:
"<!-- wbr not allowed -->"
Show as sample source code, please.
What is this wbr?
An WBR tag? It's currently not allowed in washtml class
I wanted to alter the php source to disable this thing, but I couldn't find it. Please help me!
see lib/washtml.php. Try to add 'wbr' in $html_elements array.