From 98fc0ed106efe44be6d8483af3d8d66321fa4190 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 9 Jan 2015 15:41:26 +0100 Subject: changed XML prolog handling. --- src/plugins/html/DemoOutput.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/plugins/html/DemoOutput.cpp') diff --git a/src/plugins/html/DemoOutput.cpp b/src/plugins/html/DemoOutput.cpp index 5413b1f..296a493 100644 --- a/src/plugins/html/DemoOutput.cpp +++ b/src/plugins/html/DemoOutput.cpp @@ -78,10 +78,7 @@ void DemoHTMLTransformer::writeHTML(Handle doc, body->addChild(book); // After the content has been transformed, we serialize it. - html->serialize( - out, - ""); + html->serialize(out, ""); } /** -- cgit v1.2.3