]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.cpp
de.po
[lyx.git] / src / insets / InsetWrap.cpp
index c8c0ef82f53608c6e7290af3d2737ca3b5673c3c..b06ea4f700c91eed2712a0994a73789961e6ef86 100644 (file)
@@ -225,7 +225,7 @@ docstring InsetWrap::xhtml(XHTMLStream & xs, OutputParams const & rp) const
        string const & tag = il.htmltag();
        string const attr = il.htmlattr() + " style='width:" + width + ";'";
        xs << html::StartTag(tag, attr);
-       docstring const deferred = 
+       docstring const deferred =
                InsetText::insetAsXHTML(xs, rp, InsetText::WriteInnerTag);
        xs << html::EndTag(tag);
        return deferred;