]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.C
use more specific smart_ptr headers
[lyx.git] / src / insets / insetlabel.C
index 9c61eb763ff0c30a0d67dbaadee1eddb6929b688..64c77d8a90fb48ad7434a012ab60050ea002a63d 100644 (file)
@@ -97,6 +97,6 @@ int InsetLabel::linuxdoc(Buffer const *, ostream & os) const
 
 int InsetLabel::docbook(Buffer const *, ostream & os) const
 {
-       os << "<anchor id=\"" << getContents() << "\" ></anchor>";
+       os << "<anchor id=\"" << getContents() << "\">";
        return 0;
 }