]> git.lyx.org Git - features.git/commitdiff
Initialize nextraw_. The first character of the outputted html file was represented...
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 22 Nov 2009 00:46:23 +0000 (00:46 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 22 Nov 2009 00:46:23 +0000 (00:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32144 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_xhtml.cpp

index f4a0612481f3a06193fe2daf78229451d4e05824..376de29c25c0eac3e601f9e5a51d6e84e405daa1 100644 (file)
@@ -123,7 +123,7 @@ docstring CompTag::asTag() const
 ////////////////////////////////////////////////////////////////
 
 XHTMLStream::XHTMLStream(odocstream & os) 
-               :os_(os)
+               : os_(os), nextraw_(false)
 {}