mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02: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:
committed by
Philip Withnall
parent
1a07e35b70
commit
2ebc78ae71
@@ -47,7 +47,8 @@
|
|||||||
|
|
||||||
<!-- range is only allowed for keys with numeric type -->
|
<!-- range is only allowed for keys with numeric type -->
|
||||||
<!ELEMENT range EMPTY >
|
<!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
|
<!ATTLIST range min CDATA #REQUIRED
|
||||||
max CDATA #REQUIRED >
|
max CDATA #REQUIRED >
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user