CVS commit by mteijeiro: * tag span is not necesary here to copy&paste, the attribute "alt" do this work. BUGS:100662 M +3 -4 linklocator.cpp 1.6 --- kdepim/libkdepim/linklocator.cpp #1.5:1.6 @@ -401,10 +401,9 @@ QString LinkLocator::getEmoticon() } else { - // create an image tag with nested span (the text in the span is used + // create an image tag (the text in attribute alt is used // for copy & paste) representing the smiley - htmlRep = QString("%1" - "") - .arg( QStyleSheet::escape( smiley ), dataUrl, + .arg( dataUrl, QStyleSheet::escape( smiley ), QStyleSheet::escape( smiley ) );