Comment 5 for bug 408315

Revision history for this message
In , Ikonta (ikonta) wrote :

XFce Terminal suggests to copy url into memory buffer.

If source string looks like:
<a>http://ya.ru/</a>
operation is correct.

But if url doesn't contain tailing '/', terminal copies +1 symbol (doesn't check close tag?).
I.e. if the source string is:
<a>http://ya.ru</a>
In the memory buffer is copied (and pasted) incorrect url string:
'http://ya.ru<'

P.S. If trying to copy url from href argument of 'a' tag both cases (i.e. present and missed tailing '/') works correctly.