]> git.lyx.org Git - features.git/commitdiff
Add comment.
authorRichard Heck <rgheck@lyx.org>
Fri, 24 Jan 2014 17:41:22 +0000 (12:41 -0500)
committerRichard Heck <rgheck@lyx.org>
Fri, 24 Jan 2014 17:41:22 +0000 (12:41 -0500)
src/insets/InsetSpace.cpp

index 6e7c94d76576f28c0caffa1697c1d75be72bc2c4..179588f6ffa6e89a036c56418e8a6172827df027 100644 (file)
@@ -691,6 +691,7 @@ docstring InsetSpace::xhtml(XHTMLStream & xs, OutputParams const &) const
                break;
        case InsetSpaceParams::QQUAD:
                output ="&emsp;";
+               // fall through. the qquad is two spaces thick.
        case InsetSpaceParams::THICK:
        case InsetSpaceParams::QUAD:
                output ="&emsp;";