[LyX/master] Style

Richard Kimberly Heck rikiheck at lyx.org
Mon Jul 20 00:56:24 UTC 2020


commit e09445b3cf5a1a6bef68633a0c9ac7b9d1f3863e
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Sun Jul 19 21:11:59 2020 -0400

    Style
---
 src/xml.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xml.cpp b/src/xml.cpp
index 7cf738a..a03e254 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.


More information about the lyx-cvs mailing list