X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fxml.cpp;h=a03e2543a53f461c1b6d9c15606e5c78912b1ac2;hb=e09445b3cf5a1a6bef68633a0c9ac7b9d1f3863e;hp=7cf738ac4e8f91ca6f4051316a760bb82518ae2d;hpb=6aaf118bc786f45ebb2ada87a1d75c163aab0e65;p=features.git diff --git a/src/xml.cpp b/src/xml.cpp index 7cf738ac4e..a03e2543a5 100644 --- a/src/xml.cpp +++ b/src/xml.cpp @@ -557,7 +557,7 @@ docstring const xml::uniqueID(docstring const & label) } -docstring xml::cleanID(docstring const &orig) +docstring xml::cleanID(docstring const & orig) { // The standard xml:id only allows letters, // digits, '-' and '.' in a name.