mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Dict servers: Fix handling of some links
This commit is contained in:
parent
032f5c8337
commit
5ff9838732
|
@ -774,7 +774,7 @@ void DictServerArticleRequest::run()
|
|||
link.replace( tags, " " );
|
||||
link.replace( " ", " " );
|
||||
articleText.replace( pos + 30, links.cap( 1 ).length(),
|
||||
link.simplified() );
|
||||
QString::fromUtf8( QUrl::toPercentEncoding( link.simplified() ) ) );
|
||||
pos += 30;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue