]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.C
Revert this change as it sneaked in and wasn't discussed yet.
[lyx.git] / src / insets / insetlabel.C
index a50ffe63866ef04382582f797d7efbb1a8fc0150..64c77d8a90fb48ad7434a012ab60050ea002a63d 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *         Copyright 1995 Matthias Ettrich
  *          Copyright 1995-2001 The LyX Team.
  *
@@ -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;
 }