This commit is contained in:
Richard Kimberly Heck 2020-07-19 21:11:59 -04:00
parent 6aaf118bc7
commit e09445b3cf

View File

@ -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.