]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.cpp
Fix Bug 3947: BibTeX allows parentheses in the key (even if the whole entry is delimi...
[lyx.git] / src / insets / InsetIndex.cpp
index 6ac5cb54eb439e0968ce43af5b2edc6369517308..35508a8e9f4d2cc73e822e747958e2fe9d134724 100644 (file)
@@ -47,7 +47,7 @@ int InsetIndex::docbook(Buffer const &, odocstream & os,
                        OutputParams const &) const
 {
        os << "<indexterm><primary>"
-           << sgml::escapeString(getParam("name"))
+          << sgml::escapeString(getParam("name"))
           << "</primary></indexterm>";
        return 0;
 }