DSL: Strip unsorted parts in links to insided cards

This commit is contained in:
Abs62 2014-02-19 17:45:54 +04:00
parent c8f65dea3b
commit 95a96852bc

View file

@ -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() );