]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.C
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetlabel.C
index 72376e442799d187d9bd33e806d268403534e55f..80428c3b67c8d32db976cca5d35ad7fc78a29f2a 100644 (file)
@@ -88,7 +88,7 @@ int InsetLabel::Linuxdoc(Buffer const *, ostream & os) const
 
 int InsetLabel::DocBook(Buffer const *, ostream & os) const
 {
-       os << "<anchor id=\"" << getContents() << "\" >";
+       os << "<anchor id=\"" << getContents() << "\" ></anchor>";
        return 0;
 }