From 17c5791454ed25c0bbef0fe58001b4636c4352c5 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 10 Jul 2012 17:11:37 -0400 Subject: [PATCH] Fix stupid typo. --- src/insets/InsetWrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetWrap.cpp b/src/insets/InsetWrap.cpp index 02a2ccdff8..79dd8065bf 100644 --- a/src/insets/InsetWrap.cpp +++ b/src/insets/InsetWrap.cpp @@ -226,7 +226,7 @@ docstring InsetWrap::xhtml(XHTMLStream & xs, OutputParams const & rp) const { string const len = params_.width.asHTMLString(); string const width = len.empty() ? "50%" : len; - string const attr = "class='wrap' style='width: " + len + ";'"; + string const attr = "class='wrap' style='width: " + width + ";'"; xs << html::StartTag("div", attr); docstring const deferred = InsetText::insetAsXHTML(xs, rp, InsetText::WriteInnerTag); -- 2.39.2