From e9ff43ab785e8c785ac24ff7908e3c337fe0bfd8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 12 Jun 2013 15:29:48 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/docx/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/docx/cleanup.py b/src/calibre/ebooks/docx/cleanup.py index 0f6dbe011a..a46aef50e7 100644 --- a/src/calibre/ebooks/docx/cleanup.py +++ b/src/calibre/ebooks/docx/cleanup.py @@ -82,5 +82,5 @@ def cleanup_markup(root, styles): parent.text = span.text parent.remove(span) for child in span: - parent.append(span) + parent.append(child)