]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
Rename a couple routines in preparation for more.
[lyx.git] / src / Paragraph.cpp
index e712130afc2ccc4d4d2f5f73f648f13107cc4f65..92706f0c46009347c227d9ee58c55ac6b1e15dc8 100644 (file)
@@ -2413,6 +2413,8 @@ void Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
                                                i += 1;
                                        }
                                }
+                               else
+                                       os << c;
                        } else
                                os << html::escapeChar(c);
                }