mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix error output for XHTML a bit.
This commit is contained in:
parent
7b6b4c4598
commit
d78560832a
@ -201,7 +201,7 @@ XHTMLStream::XHTMLStream(odocstream & os)
|
||||
void XHTMLStream::writeError(std::string const & s)
|
||||
{
|
||||
LYXERR0(s);
|
||||
os_ << from_utf8("<!-- Output Error: " + s + " -->");
|
||||
os_ << from_utf8("<!-- Output Error: " + s + " -->\n");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user