diff options
Diffstat (limited to 'src/xmlfixups.cpp')
-rw-r--r-- | src/xmlfixups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlfixups.cpp b/src/xmlfixups.cpp index fe2232b..c3fd8b6 100644 --- a/src/xmlfixups.cpp +++ b/src/xmlfixups.cpp @@ -57,7 +57,7 @@ static const char* kConsolidateEnd[] = { kElFootNote, NULL }; static const char* kConsolidateStart[] = - { kElInfo, kElStylesheet, NULL }; + { kElStylesheet, kElInfo, NULL }; void RtfFixups::breakBreak(DOM::Document& doc, const string& contain, const string& tag) |