mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-15 23:07:16 +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
a434d020b4
commit
5f3f830fc6
@ -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…
x
Reference in New Issue
Block a user