]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.cpp
Initialize nextraw_. The first character of the outputted html file was represented...
[lyx.git] / 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)
 {}