Re: [patch] fix bug 10124 (XHTML export of some symbols)

2016-05-22 Thread Georg Baum
Scott Kostyshak wrote: > On Sat, May 21, 2016 at 09:56:07AM -0400, Richard Heck wrote: >> On 05/21/2016 05:11 AM, Georg Baum wrote: >> > While testing imagemagick 7 (more on that later) I stumbled upon bug >> > 10124 as well. It is a simple typo where LyX outputs / instead of >> > . OK for 2.2.0?

Re: [patch] fix bug 10124 (XHTML export of some symbols)

2016-05-21 Thread Scott Kostyshak
On Sat, May 21, 2016 at 09:56:07AM -0400, Richard Heck wrote: > On 05/21/2016 05:11 AM, Georg Baum wrote: > > While testing imagemagick 7 (more on that later) I stumbled upon bug 10124 > > as well. It is a simple typo where LyX outputs / instead of . OK > > for 2.2.0? > > Scott's call, of course

Re: [patch] fix bug 10124 (XHTML export of some symbols)

2016-05-21 Thread Richard Heck
On 05/21/2016 05:11 AM, Georg Baum wrote: > While testing imagemagick 7 (more on that later) I stumbled upon bug 10124 as > well. It is a simple typo where LyX outputs / instead of . OK for > 2.2.0? Scott's call, of course, but it certainly looks safe to me. Richard

[patch] fix bug 10124 (XHTML export of some symbols)

2016-05-21 Thread Georg Baum
While testing imagemagick 7 (more on that later) I stumbled upon bug 10124 as well. It is a simple typo where LyX outputs / instead of . OK for 2.2.0? Georgdiff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index e01f7c2..9fe6e15 100644 --- a/src/mathed/MathMacro.cpp +++ b/src/mat