From ab19ef36ccc4e9449ca5148fdc421893b460d339 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 22 Nov 2009 00:46:23 +0000 Subject: [PATCH] Initialize nextraw_. The first character of the outputted html file was represented as an integer. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32144 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_xhtml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index f4a0612481..376de29c25 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -123,7 +123,7 @@ docstring CompTag::asTag() const //////////////////////////////////////////////////////////////// XHTMLStream::XHTMLStream(odocstream & os) - :os_(os) + : os_(os), nextraw_(false) {} -- 2.39.2