gio: Remove stray ‘<’ from gschema.dtd

The mathematical operator was making the DTD unusable.
Also, min and max can be equal with current parser.

https://bugzilla.gnome.org/show_bug.cgi?id=791267
This commit is contained in:
Arnaud Bonatti 2017-12-05 15:34:56 +01:00 committed by Philip Withnall
parent 1a07e35b70
commit 2ebc78ae71

View File

@ -47,7 +47,8 @@
<!-- range is only allowed for keys with numeric type -->
<!ELEMENT range EMPTY >
<!-- min and max must be parseable as values of the key type and min < max -->
<!-- min and max must be parseable as values of the key type and
min must be less than or equal to max -->
<!ATTLIST range min CDATA #REQUIRED
max CDATA #REQUIRED >