]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfoot.C
small fix with footnote, use stringstream some more
[features.git] / src / insets / insetfoot.C
index f6cdfb05efec919625b24ad1de7c5886f9e02356..cd94e5c2f4ab40025c156bcf3c2d01b9a10febef 100644 (file)
@@ -54,7 +54,7 @@ int InsetFoot::Latex(Buffer const * buf,
        os << "\\footnote{%\n";
        
        int const i = inset.Latex(buf, os, fragile, fp);
-       os << "}%\n";
+       os << "}\n";
        
        return i + 2;
 }