summaryrefslogtreecommitdiff
path: root/etc/schema/xhtml-form.rnc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-12-15 11:01:36 +0000
committerEli Zaretskii <eliz@gnu.org>2007-12-15 11:01:36 +0000
commitb9a0d5af8fb35a8234b9efd76cff090f3f9d75b1 (patch)
tree92bf45dbafdbd770fa0af7202993281b55818cd9 /etc/schema/xhtml-form.rnc
parent0afd5f04f5707355aabb0b14a5a7960bc1693b10 (diff)
downloademacs-b9a0d5af8fb35a8234b9efd76cff090f3f9d75b1.tar.gz
emacs-b9a0d5af8fb35a8234b9efd76cff090f3f9d75b1.tar.bz2
emacs-b9a0d5af8fb35a8234b9efd76cff090f3f9d75b1.zip
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Diffstat (limited to 'etc/schema/xhtml-form.rnc')
-rw-r--r--etc/schema/xhtml-form.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/schema/xhtml-form.rnc b/etc/schema/xhtml-form.rnc
index f5544190b01..99a0474afbe 100644
--- a/etc/schema/xhtml-form.rnc
+++ b/etc/schema/xhtml-form.rnc
@@ -2,7 +2,7 @@
# Unlike the DTD implementation, this builds on the basic-form module
-include "xhtml-basic-form.rnc" {
+include "xhtml-bform.rnc" {
select = element select { select.attlist, (option | optgroup)+ }
}
form.attlist &=