mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
1a07e35b70
commit
2ebc78ae71
@ -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 >
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user