hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Tue Jun 17 14:11:30 PDT 2008
fdi/fdi.dtd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e50bb53bf745c861ef66de0c880dd7a176883d7d
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Tue Jun 17 23:11:22 2008 +0200
fixed fdi.dtd for the remove rule
Fixed fdi.dtd for the remove rule, type= is only needed for
strlist keys. Set the check to #IMPLIED instead of #REQUIRED.
diff --git a/fdi/fdi.dtd b/fdi/fdi.dtd
index 3658ea9..7682805 100644
--- a/fdi/fdi.dtd
+++ b/fdi/fdi.dtd
@@ -65,7 +65,7 @@
<!ELEMENT remove (#PCDATA) >
<!ATTLIST remove
key CDATA #REQUIRED
- type (strlist) #REQUIRED
+ type (strlist) #IMPLIED
>
<!ELEMENT spawn (#PCDATA) >
More information about the hal-commit
mailing list