]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.cpp
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetFootlike.cpp
index 85f4fb00724e163ea909cad7948962909089fdd2..afd23295307bb8d33da8bc6b29f4219728108ca9 100644 (file)
@@ -50,7 +50,7 @@ void InsetFootlike::draw(PainterInfo & pi, int x, int y) const
 
 void InsetFootlike::write(ostream & os) const
 {
-       os << to_utf8(name()) << "\n";
+       os << to_utf8(layoutName()) << "\n";
        InsetCollapsable::write(os);
 }