mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
012be55afd
commit
5214a9271c
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user