The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 17c5791454ed25c0bbef0fe58001b4636c4352c5 Author: Richard Heck <[email protected]> Date: Tue Jul 10 17:11:37 2012 -0400 Fix stupid typo. diff --git a/src/insets/InsetWrap.cpp b/src/insets/InsetWrap.cpp index 02a2ccd..79dd806 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); ----------------------------------------------------------------------- Summary of changes: src/insets/InsetWrap.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
