mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 02:19:10 +00:00
Fix stupid typo.
This commit is contained in:
parent
af322ba9b4
commit
17c5791454
@ -226,7 +226,7 @@ docstring InsetWrap::xhtml(XHTMLStream & xs, OutputParams const & rp) const
|
|||||||
{
|
{
|
||||||
string const len = params_.width.asHTMLString();
|
string const len = params_.width.asHTMLString();
|
||||||
string const width = len.empty() ? "50%" : len;
|
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);
|
xs << html::StartTag("div", attr);
|
||||||
docstring const deferred =
|
docstring const deferred =
|
||||||
InsetText::insetAsXHTML(xs, rp, InsetText::WriteInnerTag);
|
InsetText::insetAsXHTML(xs, rp, InsetText::WriteInnerTag);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user