X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.cpp;h=8309e79caa1297f47c313b4597f30dc3262e3e62;hb=63e2ac459745c1f5a650edf1b59fa7f9ff7f680c;hp=03bde1fe249b9fee7ea0b3aebf09a25e12e9cb65;hpb=47dd9189eb01d6485a6847a42b4fee6450d44f6b;p=lyx.git diff --git a/src/Floating.cpp b/src/Floating.cpp index 03bde1fe24..8309e79caa 100644 --- a/src/Floating.cpp +++ b/src/Floating.cpp @@ -44,7 +44,7 @@ Floating::Floating(string const & type, string const & placement, string const & Floating::htmlAttrib() const { if (html_attrib_.empty()) - html_attrib_ = "class='float " + defaultCSSClass() + "'"; + html_attrib_ = "class='" + defaultCSSClass() + "'"; return html_attrib_; }