mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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
|
else
|
||||||
str += c;
|
str += c;
|
||||||
xs << str;
|
xs << XHTMLStream::NextRaw() << str;
|
||||||
} else
|
} else
|
||||||
xs << c;
|
xs << c;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user