Skip to content

Commit

Permalink
MDict: append orphan style in the end, related to goldendict#271
Browse files Browse the repository at this point in the history
  • Loading branch information
timonwong committed Apr 26, 2013
1 parent 48974c4 commit 7bc4fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdictparser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ QString & MdxParser::substituteStylesheet( QString & article, MdxParser::StyleSh
endStyle = "";
}
}

article += endStyle;
return article;
}

Expand Down

0 comments on commit 7bc4fd1

Please sign in to comment.