Unnecessary whitespace is bad in XHTML.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-08 18:13:07 +00:00
parent 012be55afd
commit 5214a9271c

View File

@ -238,7 +238,6 @@ void XHTMLStream::clearTagDeque()
StartTag const & tag = pending_tags_.front();
// tabs?
os_ << tag.asTag();
cr();
tag_stack_.push_back(tag);
pending_tags_.pop_front();
}