mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
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
This commit is contained in:
parent
f1dd63ec24
commit
ab19ef36cc
@ -123,7 +123,7 @@ docstring CompTag::asTag() const
|
|||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
XHTMLStream::XHTMLStream(odocstream & os)
|
XHTMLStream::XHTMLStream(odocstream & os)
|
||||||
:os_(os)
|
: os_(os), nextraw_(false)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user