mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Don't escape these.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32264 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a2de033405
commit
55bfa587c6
@ -2446,7 +2446,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
|
||||
}
|
||||
else
|
||||
str += c;
|
||||
xs << str;
|
||||
xs << XHTMLStream::NextRaw() << str;
|
||||
} else
|
||||
xs << c;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user