mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
DSL: Strip unsorted parts in links to insided cards
This commit is contained in:
parent
c8f65dea3b
commit
95a96852bc
|
@ -122,7 +122,7 @@ ArticleDom::ArticleDom( wstring const & str ):
|
|||
textNode = 0;
|
||||
|
||||
wstring linkText = Folding::trimWhitespace( *entry );
|
||||
processUnsortedParts( linkText, false );
|
||||
processUnsortedParts( linkText, true );
|
||||
ArticleDom nodeDom( linkText );
|
||||
|
||||
Node link( Node::Tag(), GD_NATIVE_TO_WS( L"@" ), wstring() );
|
||||
|
|
Loading…
Reference in a new issue