I think it's not about a WBR tag in HTML, at least the original message has'nt wbr in it. I've enclosed an excerpt from the html source what I get in the browser in Roundcube.
The original email can you see at http://tech.groups.yahoo.com/group/PanoToolsNG/message/24665, there you can see the whole URL in the message body.
As you can see, both the link "java.sun.com" and "erik-krause.de" were shortened to the first segment "java." and "erik-".
Any idea?
On Sun, 16 Nov 2008 19:20:55 +0100, "A.L.E.C" alec@alec.pl wrote:
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.