summaryrefslogtreecommitdiff
path: root/src/xmlfixups.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlfixups.cpp')
-rw-r--r--src/xmlfixups.cpp2
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)